Writing programs
Computer programs are simply text that you write in the chosen language that is then interpreted or compiled (see compilers) into executable programs. Thus, at the most basic level, all you need is a text editor (Notepad, Command Line Interface (CLI), or whatever) to write code. However, there is software that is specifically designed to write code and I highly recommend you find the one that works best for you and your chosen programming language. Text editors designed and specialized to write programming source code are called source code editors.
Last updated
Was this helpful?