On Jan 6, 4:32 pm, mark <[email protected]> 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). -- http://mail.python.org/mailman/listinfo/python-list
