1
Name:
DoomGuy
2011-01-07 21:35
Sup guys, first time being here.
I come from /v/, and I wanted to ask if any of you guys are up to help us on making a vidyagaem.
If you want more information, there's my E-mail (you can either e-mail me, or add me to MSN)
My steam ID is Mexicanonymous
So, yeah.
26
Name:
Anonymous
2011-01-08 5:21
>>24
You know,
Perl 6 has
map too, that
would be something
like :
map -> $_, $__ { "$_ = $__" } ["a", "b", "c"] [1, 2, 3]
But I'm
not a
Perl 6 hacker, so there
must be a
better and littler way
to do it
36
Name:
Anonymous
2011-01-08 5:41
>>35
Perl6 also has
macros,
proper macros, but Rakudo still doesn't implement them, so I can't test them.
However , that's not the
best ``
times'' you can do in
Perl 6, but
Perl 6 is
not my
main language
39
Name:
Anonymous
2011-01-08 5:47
>>37
I had to do
that instead of a
macro , the
fucking Rakudo doesn't support
macros yet.
>>38
A Perl 6 macro definition will look like a subroutine or method definition, and can operate on unparsed strings,
an AST representing pre-parsed code , or a combination of the two.
[1]
--
[1]
http://en.wikipedia.org/wiki/Perl_6#Macros