On Nov 25, 4:59 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > I'm yet to see an IDE that can deal elegantly with the > capabilities of a dynamic language.
This is really not relevant to the original question, but if you say that, you've never used Smalltalk or Lisp. The Smalltalk environment is where the Eclipse IDE originated, and then it was dumbed down significantly for Java. In Smalltalk, you could dynamically change anything in the environment, as well as change code on the fly in the debugger. It was (and still is) awesomely fluid. Unfortunately, the Smalltalk community never really grokked the Web, or you could now be using a dynamic Web-based development environment for Django. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

