v1.1.2
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
lambdafunctions. rlinehas been updated with support for^Rhistory search.- Some methods have been added to the
strtype. - An issue in which Windows builds failed to load files with
\r\nline 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
chartypes has been fixed. - An issue in which the main interpreter improperly examined the
$PATHenvironment variable has been fixed.