Hacker News new | ask | show | jobs
by dragonwriter 589 days ago
Wasn’t Raku/Perl6 basically a ground-up reconception more than a building-on-top of existing Perl5?
1 comments

Yes, though perl5 is also an incredibly bendable language syntax wise - you can add keywords and operators to the compiler via CPAN modules (our async/await syntax is provided simply by doing 'use Future::AsyncAwait' for example).