Skip to content
Kodi Wizards
Home / Videos / Programming Basics #5 Compile And Interpreted Languages
Videos

Programming Basics #5 Compile And Interpreted Languages

March 28, 20141 min readBy Kodiw

http://learn-share.net/programming-basics-course/
Programming Course. The basics of Programming.
#5 Compile And Interpreted Languages

Learn to code.

All source code have to be converted to machine code.
And are two ways on doing this. The first is compiling the source code, and the second is Interpreting the source code.