Scripting language comparisons
An extensive side-by-side reference sheet of four scripting languages (PHP, Python, Perl, and Ruby) with which you can compare how the different languages handle variable declarations, concatenations, objects, and hundreds of other things. Great cheatsheet for learning a new language when you’re already familar with one of the others.
Via kottke.org
Titanous: Mailman Released!
I just released my Ruby Summer of Code project, Mailman as a gem. You can install it by running
gem install mailman.What is Mailman?
Mailman is an incoming email processing microframework. You point it at a source of email, such as a POP3 account or a Maildir, and it will execute routes…
