Skip to content

Bonzai 0.0.2

Pre-release
Pre-release

Choose a tag to compare

@thomasvergne thomasvergne released this 08 Jul 05:29

Second Bonzai Version

This version brings more stability to the compiler, runtime, and standard library. It has removed some features such as : actor system. In favor of adding new features such as:

  • first-class modules, modeled as objects
  • objects, using row-polymorphism to typecheck them
  • spawning threads through syntax using spawn expression
  • native support for HTML in a JSX-like way
  • generational, and stop-the-world GC
  • first-class ADTs
  • for-of loops
  • break, continue, and return control flow statements
  • named, and yet possible optional, arguments

What's Changed

New Contributors

Full Changelog: 0.0.1...0.0.2