DEV Community

Discussion on: How programming Language Works in less than 2mins

Collapse
 
ahmedhamdy2121 profile image
Ahmed Hamdy • Edited

Great article, but I think there is some kind of a mystery in whether compiler compiles to assembly first or like you said. For instance, I am confident that programming languages like C compiled first to assembly.
It is today's world that compilers and interpreters are continuously changing, so maybe it is worth sharing XD

Collapse
 
thevenice profile image
Prakash Pawar

Compiler is making mnemonics code ( which are also known as assembly language code) they will go through assembler. Even so interpreted codes goes to compiler, there are 50 more things going on inside but this is the simplest explanation i come up with.

Collapse
 
shankydnothairy profile image
dhadi shankara

This is a good summary and thanks for making it really simple and easy to understand. Could you do one with more details? Like how the flowchart goes for different languages which require more than one Language Process, like C?

Thread Thread
 
thevenice profile image
Prakash Pawar

Thanks :), Great idea, Yeah i will try to make a post this weekend.