looking for tips on how to implement "ruby-style" Domain Specific Language in Python

sturlamolden sturlamolden at yahoo.no
Tue Jan 6 11:18:08 EST 2009


On Jan 6, 4:32 pm, mark <mark.fi... at googlemail.com> wrote:
> I want to implement a internal DSL in Python. I would like the syntax
> as human readable as possible.

Also beware that Python is not Lisp. You cannot define new syntax (yes
I've seen the goto joke).









More information about the Python-list mailing list