SirHerald t1_j27dr7a wrote
Compiled languages are written in human readable form and then a program compiles the instructions into something that the computer later run and directly.
An interpreted language is read by another program and interpreted into something the computers understands when it runs.
https://www.freecodecamp.org/news/compiled-versus-interpreted-languages/
Viewing a single comment thread. View all comments