Version 0.11 (EOL)
EOL
This is the latest version of Sidef which is interpreted by walking the AST. Future versions will include a code generator which will generate Perl code, improving greatly the run-time performance of Sidef.
Changes
- Added experimental support for implicit block calls. (a0c1e81)
- Added the
Class.alias()
method for creating aliases to methods. (3eea5a1) - Fixed the
FileHandle.slurp()
method to work with:utf8
layers in future versions of Perl. (f46fe9b)