Jaroslaw Zabiello wrote: > On Wed, 26 Jul 2006 18:01:50 +0200, Bruno Desthuilliers wrote: > > >>>>I have difficulty imagining how a language could be more dynamic than >>>>Python... >>> >>>E.g. try to extends or redefine builtin Python classes on fly. >> >>Ok, this is one of the few restrictions - builtin types. Yeah. Have >>something more convincing ? > > > Nope. Python has similiar dynamic. Or.. maybe real closures. > > >>Care to write an external DSL in Ruby ? > > > ?
I mean : write a parser and interpreter for a DSL. In Ruby. -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '[EMAIL PROTECTED]'.split('@')])" -- http://mail.python.org/mailman/listinfo/python-list