On Tue, May 29, 2007, Talin wrote:
This is in response to the various suggestions for embedding SQL syntax in Python and various other suggestions made over the years.
Why not try to figure out a way to build a Quixote-like system into Python? IOW, any DSL should *not* go into Python files; instead, they should go into separate files that can be processed by the Python parser and then executed.