TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is Perl 6 / Raku worth learning?

10 pointsby electricantabout 5 years ago
I have an old script updating some DNS record of mine which is buggy and starting to show its age. I have two options:<p>1) Fix it<p>2) Rewrite it and learn a new language<p>My choice was leaning towards 2). What do you think about Perl 6 &#x2F; Raku?

5 comments

lizmatabout 5 years ago
Raku would be an excellent choice for that, because programming in Raku can be fun, see e.g.: <a href="https:&#x2F;&#x2F;medium.com&#x2F;linux-plus-plus&#x2F;linux-may-10-2020-c095b6650af5#e2c6" rel="nofollow">https:&#x2F;&#x2F;medium.com&#x2F;linux-plus-plus&#x2F;linux-may-10-2020-c095b66...</a><p>Don&#x27;t expect to be able find a full-time job in Raku just yet. But more experienced developers will always be better paid than developers that haven&#x27;t looked beyond their side of the hill.
评论 #23178499 未加载
melezhikabout 5 years ago
Definitely it&#x27;s worth a shot.<p>You&#x27;ll love the language.<p>It&#x27;s very expressive and flexible. The community is super friendly.<p>If you&#x27;re into more serious things, there are some projects you might like.<p>For example cro - framework to develop web APIs.<p>As for production readiness - I have used the language at my devops @job for a couple of years.<p>Best.<p>Aleksei
BruceEelabout 5 years ago
Interesting and +1 to the question, what do you guys think?<p>I&#x27;m still planning to look into Perl 6. What I like about Perl 5.x is its high out-of-the box availability (ie: no need to ask sysadmin to allow&#x2F;install Ruby, Node etc..), so I find ideal for some basic automation scripts.<p>However, I have never really managed to get used to its (Perl 5&#x27;s) syntax. I can create, initialize and iterate through a map&#x2F;&#x27;hash table&#x27; in C++ without looking up the docs. Perl... is different, I have a hard time making its idioms stick. I am curious as to whether Perl 6 brings big changes syntax-wise and whether I can expect it to be overall more intuitive (not in general, but for this one programmer that is.)
评论 #23229971 未加载
评论 #23178053 未加载
zubenel0about 5 years ago
Raku is cool if you want to learn some new paradigms that other languages might copy too. Perl would be a more suitable choice if you were looking for a language that might be used for job search right now.
Nextgridabout 5 years ago
My strategy for deciding whether a language is worth learning is to ask yourself what problems is the language solving. My understanding is that Perl 6 has no major advantages over the other general-purpose languages and is fairly niche and I expect it to remain so.<p>From a profitability standpoint, your time is better invested into getting better at whatever language you&#x27;er currently using or learn a new language that will give you more career opportunities. Learning a niche language that has no major selling points over the major existing languages is a pure waste of time that will never pay off.
评论 #23178109 未加载
评论 #23230028 未加载