
27 Jul
2010
27 Jul
'10
12:22 p.m.
On Tue, Jul 27, 2010 at 09:06:42PM +0200, Antoine Pitrou wrote:
Yes, you only have to write a dedicated full-fledged parser, your code isn't highlighted properly in text editors, and you can't easily access Python objects declared in the enclosing scope.
I guess it explains that none of the common ORMs seem to have adopted such a ???great design decision??? :-)
Python ORMs are about mapping between *Python* and SQL - we don't need no stinking DSLs! ;)
Oleg.
--
Oleg Broytman http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.