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

Plans por Perl6 running in the JVM

Name: Anonymous 2013-01-10 8:20

1) GOOD?
2) BAD?
3) POTATO?

Name: Anonymous 2013-02-19 12:05

@, $, % does not really define a type system. It just offers different ways of organizing your data. I understand that in your mind, an Array is a type. But saying that in Perl6 $, @ and % define a type is not the same.

Vanilla Perl5 has no types, but containers. It is the same in perl6 (at least, that is how i see it)


my @a = (1,2); say @a.WHAT;  # prints Array()
my Int @b = (3,4); say @b.WHAT; # prints Array+{TypedArray}()

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