Just another Perl hacker: Difference between revisions

Content deleted Content added
Add attributions for the JAPHs
Examples: removed uninteresting example
Line 52:
 
Attribution is missing
 
[[Perl 6]] carries the tradition. Here an example that demonstrates [[currying]]:
 
sub japh (Str $lang) { say "just another $lang hacker"; }
my &perl6Japh := &japh.assuming("Perl6");
perl6Japh();
 
==Imitations==