Posts about Metaprogramming

Auto-mixin in Python

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
Posted by Toby on Jan 18, 09
About programming, ruby, metaprogramming, python and mixin

Metaprogramming Patterns

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
Posted by Toby on Oct 11, 07
About programming, ruby, designpatterns and metaprogramming