IQAndreas: What is the name for a "not scripting language"? (e.g. AS3, Java)
leichtgewicht: imho this describes the just use:
- scripted - changeable at runtime (eval)
- interpreted - to byte code (as3)
- compiled - to machine code
IQAndreas: Perhaps I'm using "scripting language" incorrectly. Take for instance PHP or Shell which run from start to finish, then stop. AS3 or Java code typically "stay alive" and run code "continuously". What is the proper name for that?