|
|
|
|
|
by kenjackson
5579 days ago
|
|
An IDE is about making it easier to deal with your own code, not the language per se. Any nontrivial program... say 50,000+ lines, would benefit from an IDE. Helps even simple tasks like finding all uses of a given function or pretty printing. |
|
If my editor/IDE has to call out to utilities included with the language to run build tools, generate some kind of navigation tags, etc., that's fine. Needing a completely different editor just for that language seems crazy, though. If it's going to insist on that, it should at least be Smalltalk. ;)
By all means, put your time into an IDE which will remain useful for the next years (if not decades).