Skip to content
thelema edited this page Dec 8, 2011 · 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. Also included are a number of Syntax Extensions that provide list(and more) comprehensions and enhanced string literals for ropes/unicode strings and for printf strings.

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

Detailed API documentation is available through github.

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.

Clone this wiki locally