On 20 Jul 2006, at 15:47, walterbyrd wrote:

> If I were "up to speed" with python and django, could I develop as
> quickly as I could with a code generator?

Yes. As a general rule, code generators are unnecessary if you are  
using a sufficiently dynamic language (such as Python). Historical  
note: the Django ORM was originally written as a code generator, but  
was refactored over a year ago to use metaclasses (a dynamic language  
feature) to achieve the same effect in a more elegant, more  
maintainable way.

Hope that helps,

Simon

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to