Skip to content

CLox v1.3.0

Compare
Choose a tag to compare
@HallofFamer HallofFamer released this 15 Jan 16:14

CLox version 1.3.0, it introduces the following new features on the last version 1.2.0:

  • Array/Dictionary Literals and square bracket(subscript) notation for array/dictionary access.
  • Variadic Functions, Anonymous Functions(local return) and Lambda Expressions(nonlocal return).
  • Replace C style for loop by Kotlin style for-in loop for collection types.
  • Clox Standard Library improvement: New package collection and io.