TextMate: Python is language requiring no IDE - many generated code is not needed - standard getters and setters can be avoided, using properties, when needed later - delegation to a member can be done using Python magic, e.g. __setattr__, __getattr__ - names have moderate length, so intellisense is optional (you still get some sort of autocompletion using CTAGS in Textmate)
Michael --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

