1
vote
Python v. Perl
Perl, the language, is a mess. But perl, the interpreter/VM, has an edge over python in that it is stackless (the language's calling stack doesn't use the system stack). As a result of this, Perl c …
1
vote
Which language for a quick GUI app + sqlite database CRUD (2-4 tables)
Write a XulRunner app; this can run with Firefox 3.0.
http://developer.mozilla.org
…
11
votes
What is your best programmer joke?
There are two types of people in this world: those who understand recursion and those who don't understand that there are two types of people in this world: ...
…
