What is a programming environment?
|
|
|||||||||||
|
|
|
A Programming Environment is the set of tools related to a particular language that help you work in that language. For instance, the Programming Environment for .Net languages is composed of:
A good programming environment is one that help you be more productive (get better code done faster). A bad programming environment is one that makes you waste a lot of time to achieve your goals. For instance, Visual Studio and Eclipse are good programming environments: they try hard to give you access to all the tools you need to work properly. On the other hand, being able to only use Windows Notepad and a command line compiler is not such a great programming environment: doing your work is possible, but it's just harder as the tools don't help you a lot. You can read more about this subject on Wikipedia's page on Integrated Environments. |
|||
|
|
|
|
Emacs is a programming environment. :) You can edit, compile and (as I've recently discovered, and been blown away by) debug all without leaving Emacs. |
||||
|
|
|
I have nothing to say. |
||||||||||||
|
