- Minor REPL improvements
- Minor bugfixes: including correct handling of escape characters
- Usability improvements: line numbers
- New tools for working with Strings including:
- character iteration
- sublists str[n ... y]
- individual chars: str[n]
- Method/Function references have a nice toString representation
- JDK 11 compatible (bringing compatibility up to include all JDK versions 8-13)