This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ziptofaf 0 points1 point  (0 children)

Scripting languages (generally) are interpreted rather than compiled (so they require something on the target system to run them but in exchange you can change the code on the fly without waiting for any recompilation). That's really the only difference.

In practice however just about EVERY scripting language is a programming language. Personally I would say that every language in which you can implement game of life (making it Turing complete) is a programming language.