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