|
|
|
|
|
by oelmekki
3509 days ago
|
|
Thanks! I'm going to be honest: nothing in what is described seems to me like a new idea that makes me want to try perl6. Floating point safeness is in R, dsl is in ruby, concurrence is in golang. And unicode... I'm not exactly sure what the problem is with other languages, I guess it never hit me. :) That being said, it's cool to see all those features in the same language. I'll keep it in mind if anyone mentions all or most of those as pain points. |
|
Examples: multi wins(Scissors $, Paper $) { +1 }; # dispatch on types
my @a = 1..5; say [+] @a; # 15
(a,b,c) Z (1,2,3) # ((a,1),(b,2),(c,3))
my $time = now; say now - $time;
class Person does Employee { }
use NativeCall; # WOW
and MORE !
So ansering: why Perl6 hasn't taken off yet ? Becouse language specification was released 11 month ago with referential implementation (just like Amaya in 1996). So give it 2 years, it will be "fully operational" ;)