How do programmers compile apps | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do programmers compile apps

How do programmers compile apps Like apps Created by this programming languages below👇

20th Dec 2020, 7:47 PM
Emmanuel Olaye
Emmanuel Olaye - avatar
2 Answers
+ 1
Html and css are rendered, javascript is interpreted (executed directly from the code) by the browser and not compiled. Languages like C or Java are compiled by a compiler, which is a program specifically for that task: To translate code into machine instructions or intermediate languages
20th Dec 2020, 7:58 PM
Benjamin Jürgens
Benjamin Jürgens - avatar
+ 1
To gain a better understanding of how compilation works, you’ll have to research and understand the following terms: assembler, compiler, preprocessor, interpreter, linker, loader. apologies for not elaborating on each of them, but i’m pretty sure you’ll get by.
20th Dec 2020, 11:49 PM
Logomonic Learning
Logomonic Learning - avatar