Bonzai 0.0.2
Pre-release
Pre-release
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
spawnexpression - native support for HTML in a JSX-like way
- generational, and stop-the-world GC
- first-class ADTs
for-ofloopsbreak,continue, andreturncontrol flow statements- named, and yet possible optional, arguments
What's Changed
- Re-organized standard library by @thomasvergne in #4
- Removed "std:natives" module by @thomasvergne in #5
- Re-organized example folder by @thomasvergne in #6
- Added native backend by @thomasvergne in #8
- Fixes about VM and new command by @thomasvergne in #9
- build(deps): bump brace-expansion from 2.0.1 to 2.0.2 in /packages/vscode/client by @dependabot in #10
- Reworked the base compiler and runtime by @thomasvergne in #11
- build(deps-dev): bump tar-fs from 2.1.2 to 2.1.3 in /packages/tree-sitter by @dependabot in #12
New Contributors
- @dependabot made their first contribution in #10
Full Changelog: 0.0.1...0.0.2