Answer the question
In order to leave comments, you need to log in
What is the difference between Interpreting and Compiling in Processing?
What is the difference between these approaches?
I read about interpretation that this is instant execution, without turning it into machine code, but should it be processed by a processor that only understands machine code? How does she work then?
And Compilation is already more understandable to the logic, which converts the code into machine code, and there the processor already stirs up its affairs and we get the result.
Logically, what comes out, in which language will we get the server more productive, Java or php?
Answer the question
In order to leave comments, you need to log in
Compilation is once we convert our code into machine code and always use it later.
Interpretation - each time we convert the code to machine code, it's just that the chain is longer.
Of course, compiled programs usually work faster, but before, compilation took a long time on its own, for example, 30 minutes. Now, with the advent of, for example, a golang program can be compiled in a second, this allows you to make changes to a large project very often.
https://ru.wikipedia.org/compilation
https://ru.wikipedia.org/interpreter
Such animations are implemented using :hover + transition .
https://codepen.io/vincebrown/pen/bNNpmY
https://codepen.io/nathanlong/pen/MwOpxj
https://codepen.io/caesura/pen/EZpNjw
https://codepen.io/tonrudny/pen /KgaZoY
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question