Archive for December, 2006

Lisp to OO: yawn.

Monday, December 4th, 2006

Paul Graham has this to say about OO in his book On Lisp:

One of the big selling points of object-oriented programming is that it makes
programs extensible. This prospect excites less wonder in the Lisp world, where extensibility has always been taken for granted. If the kind of extensibility we need does not depend too much on inheritance, then plain Lisp may already be sufficient.

Hmm. Interesting.

Print

PostgreSQL rocks, period.

Monday, December 4th, 2006

This validates what I always felt, and keep telling to anyone who would listen: PostgreSQL is a much, much better database than MySQL. Not just performance-wise. Rails has done a lot of disservice to PostgreSQL by making MySQL the “recommended” database. I say, take back the database!
Check this out:

Spyced: Benchmark: PostgreSQL beats the stuffing out of MySQL: Jonathans Python Blog

Print