Docunext


Language Battles

June 12th, 2008

Every once in a while, someone's PHP bashing gets the best of me, and I review some other languages: python, ruby, ocaml, perl, and c mostly. I've dabbled a bit with most except ocaml, and I don't really have a preference. I started using PHP based upon a suggestion from a friend of mine many years ago, and just kept going because it was the path of least resistance.

Amongst the interpreted languages, I've tried out python, perl, and ruby all with reasonable success, and so I'm pretty much planning to continuing to use them all as the situation dictates. Its probably a good idea to be flexible like that.

So how am I feeling about situation dictation?

Python

I'm feeling that python is good when you want to hunker down and build a big sophisticated program which can do everything on its own pretty well. The pluses - wsgi, cross platform, awesome community. The downsides (for me), the barrier to entry is still a little high. Its definitely more of a real programming language than perl or php, which can be scripted and run without too much specificity. I'm still at the plowing ahead stage of programming, not so much as the plan-before-build stage. For me, its a lot about convenience. I really like how python can run as a daemon and keep accounting of things - like with fail2ban. That's the kicker for me, if I were to create a monitoring system which needed to keep track of changing dynamics, I'd use python.

Perl

I like perl. Its a lot like php in the its easy to get going. Its readily available, has an awesome community, and has tons of libraries out there. However, like python, it lives just outside the web world for me, back in the command line, shell world. Now that I'm using mod_fcgid instead of mod_php, that is less true, but I still have a bit of a tough time using either python and perl with apache.

What's impressed me so much about perl is the work that brad fitzpatrick has done with it - like memcached and djabberd, as well as the spamassassin project. The mod_perl community is also really impressive. There are some pretty amazing mod_perl modules out there, and I'm impressed with how well they work with Apache.

I guess if I were to create a network socket server or an apache module prototype, I'd use perl.

Ruby

Of perl, python, and ruby, I'm least familiar with ruby. I've used it on the command line and it seems to have some cool stuff and a good community, so I'm sure I'll be using more of it. Ruby appears to have a lot of web use cases, but I've missed the boat in that regard. Mongrels and ruby on rails is foreign to me, but I'm definitely interested. The RoR stuff and MVC reminds me of Java, which doesn't thrill me. I'd rather write in C, and only concern myself with running the code on free operating systems like FreeBSD and GNU/Linux.

PHP

So what about PHP? Well as I've said before, I don't really write much in PHP. I maintain Nexista, but most of the applications which run on it are written in XML, XSLT, and SQL, leveraging the libxml2 and libxslt libraries which have PHP bindings.

Inasmuch, I've thought a lot about rewriting Nexista as an optimized Apache application server, and I might just do that someday. I've started on a python port, but haven't made it too far. It might be possible to get parts of it working on Apache using existing modules like mod_sqil and mod_xslt, and then fill in the gaps with customized c-based modules, or maybe ever mod_perl modules.

¥

Yearly Indexes: 2003 2004 2006 2007 2008 2009 2010 2011 2012 2013 2015 2019 2020 2022