Just another Perl hacker: Difference between revisions

Content deleted Content added
Spayrard (talk | contribs)
Perl 6 example
Spayrard (talk | contribs)
Line 48:
;$,++;$^|=$";`$_$\$,$/$:$;$~$*$%[$?]$.$~$*${#}$%[$?]$;$\$"$^$~$*.>&$=`
 
[[Perl 6]] carries the tradition. Here an exempleexample that demonstrates [[currying]]:
 
sub japh (Str $lang) { say "just another $lang hacker"; }
my &perl6Japh := &japh.assuming("Perl6");
perl6Japh();
 
 
 
==Imitations==