pugscode.org/ | nopaste: sial.org/pbot/perl6 | pugs: [~] <m oo se> (or rakudo:, kp6:, smop: etc.) || We do Haskell, too | > reverse . show $ foldl1 (*) [1..4] | irclog: irc.pugscode.org/
Set by TimToady on 25 January 2008.
meppl good night 01:26
pugs_svnbot r20247 | pmurias++ | elf - emitting none-moose code works 07:19
diff: dev.pugscode.org/changeset/20247
lambdabot Title: Changeset 20247 - Pugs - Trac
riffraff hi 11:55
rhesa win move 7 14:14
rhesa .oO( or.. how does this irssi thing work, again? ) 14:15
Tene /win move 7 14:16
rhesa i used up all my slashes in #xml 14:17
and i'm here to spend the rest of my punctuation :-p 14:18
cj audreyt: moo 19:54
audreyt: any experience with scala?
you're my haskell hero, and "I hear scala tries to combine java and haskell to get the best of both worlds" 19:56
Khisanth cj: haskell with more familiar syntax is nice :) 20:01
pmurias cj: the best of both worlds, you mean haskell on the jvm 20:05
?
cj pmurias: something like that, yeah
pmurias ;) 20:06
cj hey, look... dbxml comes with libdb4.6, doesn't it? 20:31
cj TimToady: someone just said that bugzilla needs to be less perly before it sent someone to the "perly gates." I thought you might like that one. :) 21:21
diakopter moritz_: you around? 21:31
Blazeix Hi, if I have a $var="foo" and then do "$var =~ s/foo/bar/;" and then try to print $var, I get "<Subst>" instead of "bar" 23:25
how can I print the result?