+ 1
Do all programming language require IDE
7 Respostas
+ 6
Humans require IDE in order not to get crazy. Programming languages do not 😉
+ 5
for the most languages yoou dont need a ide at all. you can use tool like notepad or some other editors.
+ 4
An IDE it's not required for programming in most of the languages, but they're great tools not only for debugging, they can complete commands, functions, colour the code, strings or comments, to read and identify easier, automate indentation, and many other useful functions.
+ 4
You need a compiler or an interpreter depending on the language. But that does not necessarily means having an IDE.
+ 3
how would i get to run those codes after using those editors
+ 3
IDE makes programming easier as they help in debugging for languages like C/C++.
+ 2
thanks guyz