Bam is a fast and flexible build system. Bam uses Lua to describe the build process. It's takes its inspiration for the script files from scons. While scons focuses on being 100% correct when building, bam makes a few sacrifices to acquire fast full and incremental build times.
Bam is only distributed as source. Current version is 0.4.0.
You can clone the project with git by running:
$ git clone git://github.com/matricks/bamYou can download the master branch (not garanteed to be stable) by using these links: You can also visit bam over at github.
The manual is not finished but contains a lot of useful information. Please follow the links below. Feel free to leave comments on possible improvements for the manual.
There is a few important things that are missing from the current versions of bam. This can be good to know.