Skip to content

Version 0.11 (EOL)

Compare
Choose a tag to compare
@trizen trizen released this 12 Oct 18:47
· 3129 commits to master since this release

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)

More changes: 0.10...0.11-EOL