Python has multiple inheritence - a feature that's really handy because it allows the programing idiom called mixins - where you write a a bunch of methods on a "mixin" class and then later on...
more
I want to catalogue the ruby metaprogramming patterns that are used in the ruby community. Here are some blog links:Inheriting class methods from modulesOla bini's list of 10...
more