Bug fixes
- Variables escaping scope in
try...catch
statements. - Line numbers in exceptions.
read
returning wrong value.
New features
- REPL will only print the first few (and last) elements of long lists and strings.
- Adds
local
built-in function for accessing local variables with string names. - Allows additional scope capturing with closures.