© 2022 Hashnode
#perl
I'm learning a new language called Raku. Why? I want to automate tasks and learn how to solve complex algorithms. Also, I wanted to learn something new, interesting and different. I am already profess…
Sidef is a prototype programming language, describing itself as inspired by Ruby, Raku, and Julia. Installation on OSX It's not that easy to run Sidef. It runs on Perl 5 platform and you can install it through CPAN, but you'll run into seri…
Lingua Romana Perligata is basically Perl in Latin. You think Perl has too much punctuation? It's all gone. Instead you'll need to deal with word endings. To enjoy Lingua Romana Perligata you need to install it with cpan Lingua::Romana::Per…
I covered Raku and Raku regular expressions before, now it's time to complete this with an episode about Raku grammars. Processing text is one of the most common tasks in programming, so most languages since Perl come with some kind of regu…
Just started my perl journey this past week!, after coding in python for most of my time except some classes in school where i worked in C. It's alot of fun, abit different from python with the "my" b…
Perl is a highly influential "kitchen sink" language. Languages like that see an idea that might potentially be useful or just cool, and just add it to the language because why not. Other languages with similar design philosophy (or one mig…
What gets to be included in languages and what gets pushed into some third party library is a result of history more than reason. For example pretty much every language comes with every possible trigonometric function included and preloaded…
Raku, which started its life as Perl 6, was meant as successor to Perl language. The main problem with that is that Perl 6 was officially announced in 2000, and only properly appeared in 2015, and in that time frame Perl lost most of its po…
Awk is basically a proto-Perl. As Perl was one of the most influential language of all times (JavaScript, Ruby, and PHP are all Perl's direct descendants), Awk is indirectly quite historically important. There hasn't been any good reason to…
We did Ruby, we did Python, time for a classic language you probably aren't seeing much of these days - Perl. But this isn't just a Perl episode. As doing decent session isolation on Perl side would be quite difficult (and to be honest, eve…