ptal / bonsai

Programming language based on the synchronous and constraint paradigms
Apache License 2.0
15 stars 0 forks source link
constraint-programming programming-language synchronous-language

bonsai

Companion guide (PPDP19) (see below if the link is dead).

Spacetime programming is a programming language on top of Java to describe search strategies exploring combinatorial state-space such as in constraint satisfaction problems. Please consult the spacetime manual for more information.

Build the manual

You might want to build the manual from the repository because you need it to be synchronized with a specific version of Bonsai or simply for offline usage. Download the utility mdbook:

cargo install mdbook

Once installed, go inside bonsai/doc and execute mdbook build -o. The manual is generated inside a local folder named book and is directly opened in your browser.