Include map and for-each

This commit is contained in:
Justin Ethier 2018-06-20 18:07:43 -04:00
parent c4a4f45527
commit 9dadee5fd0

View file

@ -6,7 +6,7 @@ Features
- Improve garbage collector performance for large heaps.
- Allow optimization of some simple self-recursive functions.
- Generate faster compiled code for calls to `list` that contain a small number of arguments.
- Generate faster compiled code for calls to `list` that contain a small number of arguments, and for calls to `map` and `for-each` that only pass a single list.
Bug Fixes