Adverb pairs in Perl 6
A Pair is a key-value couple, often used with hashes. Perl 6 does support several ways to build pairs, the most common one is with the fat comma => operator. But also adverbs can be used to construct Pair s easily.
written sometime in December 2017
|
A positive email in my inbox
Yesterday I got an email from an editor I write papers for (sometime), and it was a really sweet email to read.
written sometime in December 2017
|
The most exciting feature of PostgreSQL 10 was...
There was a survey, well there still is such a survey about the most exciting feature of PostgreSQL 10. Results are not what I was expecting for.
written sometime in December 2017
|
Perl 6: difference between Arrays and Lists
Perl 6 has two different objects, namely Array and List to handle sequences of values. While the two seems very similar, there are a few differences.
written sometime in December 2017
|
Perl5 -> Perl 6: everything is an object!
In Perl 6 everything is an object, in the right way!
written sometime in December 2017
|