Skip to content

v0.2.0

Pre-release
Pre-release

Choose a tag to compare

@8dcc 8dcc released this 23 Jan 20:52
· 145 commits to main since this release
33c4a36

Changes since the last release:

  • Better error handling in #3
  • Pool allocator in #4
  • Garbage collection in #5

Things left to do:

  • No cons pair support. Only simple linked lists of expressions, cdr is always a list.
  • Although there is now garbage collection, everything is still being cloned instead of being passed by reference. This should be added after adding cons pair support.
  • Add tail-call optimization (see README).
  • Add proper closures (see README).

Full Changelog: v0.1.0...v0.2.0