Issue #280 - Working through how this should operate

This commit is contained in:
Justin Ethier 2018-11-10 06:54:17 -05:00
parent 8cbcf82121
commit 925f4d983c

View file

@ -6,6 +6,8 @@ Features (notes)
- optimize recursive functions using C iteration
- combine lambda functions that are only called for side effects.
- improve inlining of primitives that work with immutable objects.
- EXPERIMENTAL - Added a new feature `program` to `cond-expand` that is only defined when compiling a program. TODO: what about icyc?
Bug Fixes