Hacker News new | ask | show | jobs
by tolger 2180 days ago
This is great news! I was really excited about Perl 6, until I realized it was a different language, and it never quite jelled into a usable thing. So I kept using Perl 5. I write mostly modern Perl code, so this is exactly what I wanted.

I learned Perl back in the late 90's when it was the best way to do web programming. As a C programmer, it was a breath of fresh air. It was a higher-level C for me and I used it for prototyping all kinds of things before writing the production level C code. Nowadays, I still use it for system maintenance and prototyping. It's a great language and very powerful tool.

1 comments

No idea when it was the last time you tried jelling. But Raku is very much a usable thing nowadays and is used in production: https://raku.org
That's good to know. I will definitely check it out. Thanks!