pugscode.org/ | nopaste: sial.org/pbot/perl6 | ?eval [~] <m oo se> | We do Haskell, too | > reverse . show $ foldl1 (*) [1..4] | irclog: irc.pugscode.org/
Set by diakopter on 11 July 2007.
pugs_svnbot r17242 | lwall++ | [STD] clear up various random syntax issues 00:53
diff: dev.pugscode.org/changeset/17242
lambdabot Title: Changeset 17242 - Pugs - Trac 00:53
DarkWolf84 I want to ask one question 01:00
can really pugscc make executables 01:01
TimToady I doubt anyone's tried it in the last N months 01:02
so I'd be surprised if it worked
DarkWolf84 I tried with simple hello world program 01:23
and not worked 01:24
That's why I asked
TimToady decommute & 01:29
TimToady n 05:15
moritz_ is NQP == perl6 on parrot? or something different? 08:07
pmurias moritz_: sort of mini perl on parrot 08:37
for making tree transforms 08:38
moritz_ pmurias: for integration into PGE/TGE?
pmurias: where can I read more?
diakopter moritz_: it generates pir 08:39
pmurias languages/nqp in the parrot repo ;)
diakopter svn.perl.org/parrot/trunk/languages/nqp/README 08:40
moritz_ when PGE executes closures, what interpreter/compiler is used for that? 08:41
btw the markup in the README is a bit broken.. the list is shown as floating text if viewed with perldoc 08:42
moritz_ @tell feb btw my irc logs now support search for multibyte characters (like chinese) as well ;-) 08:52
lambdabot Consider it noted.
moritz @massages 09:58
lambdabot You don't have any new messages.
feb hi moritz_ 10:15
lambdabot feb: You have 1 new message. '/msg lambdabot @messages' to read it.
feb ow
moritz_ off to lunch, sorry & 10:17
moritz_ re 13:14
pmurias moritz_: re 14:23
thoughtpolice moritz_: re: re: ping 14:40
moritz_ thoughtpolice: ping timeout ;) 15:33
DarkWolf84 many firewalls today :) 15:35
thoughtpolice :) 15:38
moritz_ moritz.faui2k3.org/irclog/search.pl...=ping+pong ;-) 15:40
lambdabot Title: IRC logs - Search, tinyurl.com/236px2
PerlJam continues trying to distill S05 into a short intro-to-perl6-regex 19:38
pmurias hi 20:58
is given my $x=2, \($x) the same as \(2) 21:00
in other words do Captures capture the container or the content 21:01
?