Skip to content

1.14.020

Latest
Compare
Choose a tag to compare
@jasontatton jasontatton released this 08 Mar 15:44
· 39 commits to master since this release
  • 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)