Perl and the Preikestolen
During a hackaton in Norway, we enhanced the core RDF classes in Perl.
If I wanted to join the Oslo Perl Mongers for an RDF hackaton, Kjetil Kjernsmo asked me two months ago. We had met at the LAPIS workshop in Greece, where he showed me the open source work he had been doing. “Sure, I’d love to join”, I replied, “but there’s only a minor problem—
If you thought of Perl as the script language of die-hard old-school hackers, you’d be wrong—
The plan for the Moving to Moose Hackaton was twofold: improving a new object system for the Perl5 core, and re-architecting the main RDF low-level API around Moose. Similar to other dynamic languages, Perl has a rather free object model, so you are free to choose how you do things such as attributes and inheritance. Moose labels itself as a “postmodern object system” and will likely have a big influence on the future of Perl.
Change the world, hack yourself
The thing that struck me most is the openness of the community. Even as a complete newcomer (some fellow hackers had been programming in Perl for 20 years!) I felt most welcome. The week started with a hike to the Preikestolen, a nearby mountain cliff with a beautiful view. That gave all of us the opportunity to get to know each other better than by just spending computing time together. Also, it serves as a reminder that hacking yourself is the first step to achieve anything.
Programming-wise, we also made a big journey. I accepted the task of profiling the Turtle parser and optimizing the code for speed. In the end, the Turtle parser became two orders of magnitude faster. It became so fast, that I had to rewrite the NTriples parser to ensure it still outperformed its Turtle counterpart. Together with improvements by Konstantin Baierer, Toby Inkster, and Greg Williams, perlrdf has become at lot better in a few days time.
For me, it was fascinating to get in touch with Perl people.
A big thank you to Oslo.pm for the beautiful experience!