kurila 1.14 released
Highlights:
*Built-in function using arrays*
"map", "join", "grep", "for", "sort", "reverse", "split", "keys",
"values", "..", "qw", "[[ ]]", "{[ ]}" all return arrays and/or
expect arrays as arguments instead of lists.
*Circular dependencies are not allowed*
Requires a module which is still being compiled will produce an
error.
*Precise error position*
All operations have specific location information, including the
character position
*Removal overloading*
Known bugs:
+ Documentation
+ Memory leaks
+ Self referential assignment problems
+ Tied hashes with complex data
+ Limited platform support
http://dev.tty.nl/static/kurila/doc/pod/kurila114delta.html
has a more complete list of the changes.
kurila 1.14 is released together with more than hundred modules,
available together at:
http://dev.tty.nl/static/kurila/kurila-bundle-1.14.tar.gz
kurila 1.14 without the CPAN modules is available at:
http://dev.tty.nl/static/kurila/kurila-1.14_0.tar.gz
And should become available on CPAN.
Or use git to get the latest version:
git-clone git://dev.tty.nl/perl
Perl Kurila is a dialect of Perl. With Perl 5 as ancestor it has a
solid base, but without the backwards compatibility
requirement of Perl 5, it is free to evolve into new directions.
More information about kurila is available at
http://dev.tty.nl/kurila.html
Standing on the shoulders of a red giant to face the future.