kurila 1.13 released
Values passed to subroutines and elements of an array or hash are no
longer restricted to being a scalar, but can also be arrays or
hashes. Making it possible to use complete data structures without
needing references.
Highlights:
+ Values can be any type
+ Expand operator "<"
+ Subroutines always return a scalar; "wantarray" keyword removed
+ New operators "nelems" and "nkeys"
+ Only Hashes can be tied
+ Scalars, arrays and handles can no longer be tied.
+ Forward subroutine declarations are no longer supported.
Known bugs:
+ Documentation
+ Extensive use of lists
+ Self referential assignment problems
+ Tied hashes with complex data
+ Limited platform support
http://dev.tty.nl/static/kurila/doc/pod/kurila113delta.html
has a more complete list of the changes.
kurila 1.13 is released together with more than hundred modules,
available together at:
http://dev.tty.nl/static/kurila/kurila-bundle-1.13.tar.gz
kurila 1.13 without the CPAN modules is available at:
http://dev.tty.nl/static/kurila/kurila-1.13_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.