Pugs t-shirts www.cafepress.com/pugscode | Pugs 6.2.9 released | pugscode.org | pugs.kwiki.org | paste: sial.org/pbot/perl6 | www.geeksunite.net Set by stevan on 15 August 2005. |
|||
luqui | ?eval my @l = (0..9); @l.pick | 00:03 | |
evalbot_6830 | 9 | ||
luqui | ?eval my @l = (0..9); @l.pick | ||
evalbot_6830 | 9 | ||
luqui | ?eval my @l = (0..9); @l.pick | ||
evalbot_6830 | 7 | ||
renormalist | just to be sure: those strange perl5 sub prototypes like sub affe($$) {...} are gone in Perl6, right? | 00:08 | |
luqui | renormalist, yes | 00:25 | |
well, no, they are replaced with better prototypes | |||
?eval sub foo($x, $y) { $x + $y } foo(3,4) | |||
evalbot_6830 | 7 | ||
renormalist | yes, currently I care about syntax highlighing in emacs, whether I can take away the single character prototypes highlighting, because it "interferes" | 00:30 | |
00:31
ods15_ is now known as ods15
|