Archive for 20 November 2008

Fun with trees in Ruby

Posted: 20 November 2008 in Uncategorized
Tags: , , , , , , , ,

Like Java and unlike Python, Ruby does not support multiple inheritance.  Also there is no explicit way to create an interface.  One way Ruby lets you get around both problems is by allowing you to include a module in a class.  It’s not quite the same, but with the proper planning you can duplicate the [...]

100,000 hits

Posted: 20 November 2008 in Uncategorized
Tags: , ,

Sometime earlier today, I hit 100,000 hits on this blog!