January 2015 Archives

a perl5 to perl6 translator - update

I've moved the "perlito" perl5 to perl6 compiler to a new home:
http://www.perlito.org/perlito/perlito5to6.html

There are minor improvements in the compiler since last post, such as:


  • scalar(@a) is @a.elems

  • $a[-1] is @a[*-1]

  • fix "map" syntax

  • eval-string is EVAL


About Flávio S. Glock

user-pic I blog about Perl.