If you talk about it, people want to buy it

This is what you get after only 2 days of Perl version numbering scheme discussions - #perl on freenode:

10:17 someone> i have been hearing rumors about a certain Perl 7.0
10:18 someone> is it true? Any links / confirmation about that ?

10:21 someone> last time i was in this channel (one year ago) perl 6 and perl 5 were two different entity....
10:21 someone> is it still the case ?

10:21 someone> does that mean perl 7 will merge those two ?

^^^^^^^^^^^ Yeah, this is probably what many people would expect - I didn't even THINK about that.. …

A little help in VIM...

Random Contest & Event Ideas

Regarding my previous post "And suddenly you're hip"....

First of all: Finally accept that there are two Perls now. 5 and 6. Period. The world needs more Perl - here we have it. :) None of the two will go away. That's a good thing.

None of the following is new, but my suggestion would be to do it more in sync and at the same time and as a group to create a more event-style *cough* collective experience *cough* (think GSoC). It might also bring back people who have abadoned Perl but still kee…

And suddenly, you're hip

Addition: I've made a more detailed list of event ideas.

This Perl marketing thing you know.. I'm really thinking about it every day. I've always wondered how those mechanism of "being THE it-language" or "the tool the cool kids use these days" or "success" in terms of "spreading everywhere" really works.

I've started with Linux in 1995 in Germany and I remember for example how the increasing database support on Linux was celebrated ".. and now XY is available under Linux" and how the su…

Pretty Perl

Contrary to popular belief and utter media ignorance, Perl doesn't just offer several powerful web frameworks (I'm totally in love with Sebastian Riedel's Mojo), it also has extremely powerful and underestimated GUI and graphic's bindings. Recently I toyed a little with the java-based "Processing" and while I was cursing several Java classes I was somehow too stupid to get up and running, I realized that I could have all the shiny and pretty shapes and animations in Perl the easy way. (What's missing is the overall well-rounded integration of Pretty Perl, sugarcoated with a nice GUI.)

Here's a little round-up of Perl all being pretty:

A reminder to everyone who forgot: The extremely powerful and flexible Image Magick still comes with the Perl API Perl Magick . Use it. If you need inspiration what to do with all the bitmap goodness, check out Mac-based "Pixelmator" which is a showcase of adding a GUI to Image Magick and make it an extremely impressive bitmap editor. (Why didn't the Open Source world do it with Gtk?)

Which leads us to the most impressive work the GtkPerl team has done over the years. Gtk2Perl is a must-install.

Another family member of GtkPerl is Cairo, the SVG library which also can produce PDF output and draw pretty things. ;)

Everyone wanting a basic browser written in Perl to get a look on Webkit-based rendering, can install Gtk2::WebKit which is a fully fledged Webkit view. If you have Flash installed correctly, it even does Flash out of the box. (I put a little example in my pretty Perl github)


gtkperlwekbit.png


If you're more of a KDE-kind-of-person: Yes, there is someone working on a new QtPerl version to support Qt/KDE 4.x.

Another really impressive library is "Clutter". Based on OpenGL and Cairo and that way bringing together the best of all worlds, Clutter can act as a canvas to be used in canvas-lacking Gtk. The Clutter module awaits your download.

While we're at it: Yes, there are Perl bindings to OpenGL - a project named POGL. If you're interested in the usal speed competitions between programming languages, read the POGL benchmark carefully. POGL is also available on CPAN

Another interesting library is libaosd which essentially allows no-fuss drawing directly on the screen. Of course, there's a X11::Aosd module on CPAN.


libaosdperl.png


If you need the average run-of-the-mill canvas to use with Gtk, today's choice  (besides Clutter) is the Goo::Canvas module on CPAN.

Last, but not least - if you're planning to re-write OLPC's "Sugar" desktop in Perl, you'll have to get the X11 modules on CPAN There's the traditional X11::Protocol and I just found a new X11::Xlib module

If you are more into classics: Yes, TkPerl still exists.

And I totally forgot the Wx bindings for Perl which many people prefer over native widget sets.