(no title)
10g1k
|
2 years ago
Programmers have been bickering for literally decades about X versus Y, and whether scripting is really programming or just pretend programming, et cetera. Pro tip: The language isn't as important as the compiler or interpreter. You can write an interpreter to run C as a script. You can compile Javascript. You can write an interpreter to run a usally compiled language into an interpreted language, and vice versa.
No comments yet.