Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Instead of looking for slash fiction...

Name: Anonymous 2010-12-13 12:59

about Leah Culver...

...You might want to spend some time in this

http://strangelyconsistent.org/blog/masaks-perl-6-coding-contest

And win some books.

No spam i just found this relevant to our interests...

Name: Anonymous 2011-01-17 10:09

>>13
Were you getting segfaults?
No, see below.
Rakudo isn't an interpreter.
My problem was not being able to paste code into the repl (of the perl6 binary, it accepts only `one-liners'.

Try pasting this in the repl:
sub mysub(Int $x) { return $x*2; }
Then this:
sub mysub(Int $x) {
    return $x*2;
}


The first works, the second doesn't. I'm a Lisper, so it's frustrating for me to not being able to test code from the repl.

Also, the parser gets confused too much, even with well-formed/not ambiguous statements.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List