Tagged Questions
4
votes
4answers
437 views
Is there an IDE for python that creates the same kind of reflective environment that Smalltalk provides?
As anyone who has used Smalltalk knows, one of the main benefits (other than a late-bound language that discourages many poor practices), is that the system is totally transparent and reflective, ...
3
votes
6answers
413 views
How do you limit whitespace differences for developers using different IDEs/environments?
I've used UltraEdit for years and never had a problem with sharing code with fellow developers whether they worked on Windows, Mac, Linux, Eclipse, Visual Studio -- what have you...
But now I am in ...
-11
votes
8answers
682 views
Do the scattered tools and lack of rich IDE makes Ruby and Python only suitable for hobbyists? [closed]
I am not against Ruby and Python, but this question evolved from my own experiences with these languages.
There are a lot of commonly needed tools scattered everywhere and there is no center stage of ...
8
votes
18answers
15k views
Is there a good but lightweight C editor or IDE for Windows? [closed]
I would like to do some C development in Windows. But I'm struggling to find a good IDE or Text Editor that is lightweight (e.g. not like Eclipse) but also keep me productive (e.g. has auto-completion ...