💡 Today's word of the day is compiled language!
A programming language whose implementations are typically compilers (translators that generate machine code from source code), and not interpreters (step-by-step exe…
#coding #developers #buildinpublic
What is compiled language?
A programming language whose implementations are typically compilers (translators that generate machine code from source code), and not interpreters (step-by-step executors of source code, where no pre-runtime translation takes place).