How Do Compilation and Execution Times Compare?
I have been watching a tutorial on Golang and am confused about how the programming languages compare in terms of execution and compilation time. From what I understand the compilation time refers to the time it takes for the source code to be translated into machine code. The execution time refers to the time it takes for the compiled machine code to run on the hardware. Correct me if my understanding is wrong.