This commit is contained in:
Justin Ethier 2016-08-17 18:29:02 -04:00
parent 9a48901ac2
commit ff6096bf80

View file

@ -10,3 +10,5 @@ Bug Fixes:
- Fixed the compiler to allow application of a function that can take any number of arguments. For example:
((lambda test (write test)) 1 2 3 4)
- Updated `eval` to handle functions that take an optional number of arguments.