Elizabeth Mattijsen

351 points
Elizabeth Mattijsen
Echt, The Netherlands

Elizabeth Mattijsen has been programming for a living since 1978 in various (mostly now defunct) programming languages before she started programming in Perl 4. In 1994 she started the first commercial web site development company in the Netherlands, using Perl 5 as the main programming language. From 2003 onwards, she was involved in the rapid growth of an online Hotel Reservation service. In 2012 she got more directly involved in the development of Rakudo Perl 6. From 2015 she has also been mostly responsible for the Perl 6 Weekly, a weekly blog post about developments in the Perl 6 world.

Authored Comments

Alas, an error has crept in: in the first Perl 5 example, it should say

say $bar[1]; # no dereference needed

That MoarVM is **not** using reference counting, but instead a type of "mark and sweep", see e.g. https://en.wikipedia.org/wiki/Tracing_garbage_collection