Skip to content
Cedric Cellier edited this page Jun 4, 2013 · 28 revisions

Welcome to the batteries-included wiki!

Using Batteries

Installing Batteries documents how to install Batteries and Getting Started documents using it in your code.

There are a number of New APIs provided in Batteries, and sometimes it’s confusing when to use each. Primary of these are the ListTypes which are similar to OCaml’s builtin list.

A Comparison Matrix of Batteries Included and other stdlibs and extensions.

Detailed API documentation for Version 2.x and Version 1.x are available through github. To aid in conversion from 1.x to 2.x, a detailed list of InterfaceChanges12 is also available.

Develop Batteries

Developers guidelines explain the basis of our Git workflow, and the use of our inline test tool.

"Junior-tasks"-for-batteries are available for those who want to contribute but don’t know what to do.