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.
pugs_svnbot r20301 | lwall++ | [Cursor5] closer to parsing string literals (still need REPSEP) 01:59
diff: dev.pugscode.org/changeset/20301
lambdabot Title: Changeset 20301 - Pugs - Trac
pugs_svnbot r20302 | lwall++ | [Cursor5] implemented REPSEP 04:42
r20302 | lwall++ | [STD] can now parse simple quotes (dumper blows up though)
diff: dev.pugscode.org/changeset/20302
lambdabot Title: Changeset 20302 - Pugs - Trac
Muixirt I'm confused 16:20
perl6 -e 'say 7.2*12345679' 16:21
8.8889e+07
perl6 -e 'say 12345679*7.2'
9.96345e+08
perl -e 'print 12345679*7.2,"\n"' 16:22
88888888.8
what do I make wrong?
perl6 -e 'say 12345679.0*7.2' 16:23
8.8889e+07
Muixirt anyone with insights in that? 16:27
perl6 -e 'say 1*7.2' 16:31
9.96345e+08
the '1' in 1*7.2 is interpreted as what (i have no clue)
Zaba moin 16:39
Zaba does pugs aim to be (as fast as|faster than) perl5? 16:40
Muixirt pugs aim was to be a reference implementation of perl6 16:43
Zaba speed is always a good thing.. ;> 16:44
Muixirt i think speed is not a top priority for the pugs project
but anyway, pugs development seemed to be stalled 16:45
Zaba oh :(
Muixirt there is more activity on the rakudo project, another implementation of perl6
Zaba what is it written in?
Muixirt perl6 and pir 16:46
Zaba pir?
Muixirt the native language of parrot
Zaba well, also, how complete are perl6 specs?
Muixirt (parrot is the virtual machine for executing perl6 bytecode) 16:47
Zaba I've heard of parrot
never tried it for perl6, though
hmm 16:53
perhaps I should
Muixirt k 16:54
Zaba is there any (D)VCS repository for rakudo code? 16:56
Muixirt it is in the parrot repo. 16:59
Zaba hmm
then I suppose having svn parrot would make much more sense as well
Muixirt yes 17:00
Zaba what is parrot written in? 17:03
Muixirt C
Zaba nice
avar It's mostly written in PIR actually which is their own custom language 17:25
Zaba_ oh my 17:36
I fed 'sub test { say "moep" }', 'test();' and then ^D to rakudo in interactive mode 17:38
and it did *** glibc detected *** ./perl6: double free or corruption (!prev): 0x0000000000f1aa70 ***
Zaba_ Muixirt, is there some irc channel/mailing list to report parrot/rakudo problems to? 17:41
Muixirt yes
Zaba where is it? :> 17:41
Muixirt #parrot on irc.perl.org
Zaba ookay 17:42
pmurias avar: own custom *assembly* language that is 18:23
virtual machine assembly language 18:24
meppl good night 23:49