05 Nov environment
An ecosystem of capabilities a software engineer uses to weave magic digital fabric.
TutorialsPoint says: Though Environment Setup is not an element of any Programming Language, it is the first thing we need to start programming with any Programming Language. you will need following setup to start with programming using any programming language.
- A text editor to create computer program.
- A compiler to compile program into binary format.
- An interpreter to execute program directly.
There’s more. See my post on choosing an Environment.