Need a compelling argument to use Django instead of Rails

Bruno Desthuilliers onurb at xiludom.gro
Wed Jul 26 12:23:22 EDT 2006


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 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list