Enfranchised Mind Blog

Monthly Archives: October 2005

More Bad Java News

In thinking about it more, I’m back to declaring the equals(Object) method completely screwed. The this.getClass().equals(them.getClass()) || them.equals(this) causes [...]
Posted in To Be Categorized | 2 Comments

A Java Gotcha

Java has a universal "equals" method, as well as a "Comparable" interface that defines "natural comparison". I always had a distaste for that design decision, and that distaste has just been further validated.
Posted in Classic, Code Samples, Programming Language Punditry | Tagged , | 5 Comments

Today’s idle speculation

I've been watching Carl Sagan again
Posted in New Frontiers | Leave a comment

A Defense of Prototypes, or, Why Does Tom Christiansen Hate Perl?

Perl Prototypes aren't the enemy.
Posted in Classic, Perl | Tagged | 5 Comments

Wedding Reception

Went out to a wedding reception last night: congrats to the lovely couple, and I’m glad to be a part [...]
Posted in To Be Categorized | Leave a comment