Skip to content

v1.1.2

Compare
Choose a tag to compare
@klange klange released this 15 Jul 01:10
· 553 commits to master since this release

Kuroko 1.1.2

This is Kuroko, a dynamic, bytecode-compiled, interpreted language with significant whitespace and familiar syntax.

For a complete tutorial and sample code, please visit kuroko-lang.github.io.

If you believe you have discovered a bug in this release, please file an issue report here on Github or join #toaruos on Libera.chat to discuss the problem.

What's new in 1.1.2

  • Keyword arguments are now supported in lambda functions.
  • rline has been updated with support for ^R history search.
  • Some methods have been added to the str type.
  • An issue in which Windows builds failed to load files with \r\n line endings has been fixed.
  • An issue in which lists passed to the exec* family of functions were not properly NULL terminated has been fixed.
  • An issue in which zero-length files were not correctly handled has been fixed.
  • An issue in which tracebacks were not properly printed on platforms with unsigned char types has been fixed.
  • An issue in which the main interpreter improperly examined the $PATH environment variable has been fixed.