From: Avdi Grimm Date: 2008-03-07T12:55:20+09:00 Subject: Re: Best practices for Ruby Meta-programming harshal wrote: > However, the place where Ruby differentiates itself from traditional > programming languages is - Meta-programming. If Ruby differentiates itself it's in the form of a particularly expressive syntax, or maybe in the way it brings an amalgam of different language features together. Metaprogramming itself is nothing new. Heck, I used to do metaprogramming in C++. -- Avdi