May 31, 2007
5:28 a.m.
Aahz wrote:
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.
That really depends on the DSL. Some DSLs want to be embedded - having to segregate SQL query statements into a separate file is a non-starter IMHO. -- Talin