-
Notifications
You must be signed in to change notification settings - Fork 106
Home
Welcome to the batteries-included wiki!
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.
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.