perl6
Name:
Anonymous
2011-04-12 11:01
Is very cool. I think.
Can anyone teach me perl6?
Name:
Anonymous
2011-04-12 11:02
No.
Name:
Anonymous
2011-04-12 11:03
;_;
Name:
Anonymous
2011-04-12 11:03
can anyone rewrite SICP with Perl6 instead?
Name:
Anonymous
2011-04-12 11:05
Read ``What's (Funest) Guide to Operators''.
Name:
Anonymous
2011-04-12 11:18
Perl6 class nº1
---------------
* You can replace parenthesis with colons
End of class 1.
Name:
Anonymous
2011-04-12 11:22
Name:
Anonymous
2011-04-12 11:41
define: :fact x
if: :zero? x 1
*: x fact: -: x 1
Name:
Anonymous
2011-04-12 11:55
>>8
Too bad it only works if the arity of the functions and forms is known in advance :(
Name:
Anonymous
2011-04-12 16:16
Sigils hurt my eyes.
Name:
Anonymous
2011-04-12 17:40
there is an operator for everything
Name:
Anonymous
2011-04-12 22:36
>>11
I bet it took you all day to do that. Get a life, virgin.
Name:
Anonymous
2011-04-13 4:41
Perl 6 will go the way of Python 3: everybody knows about it, but nobody actually cares to use it.