v0.2.0
Pre-release
Pre-release
Changes since the last release:
Things left to do:
- No cons pair support. Only simple linked lists of expressions,
cdris 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