Send to Printer

development

Scripting or Dynamic?

January 13, 2009 16:38:07.673

Marcoil has an interesting take on what differentiates a "scripting" language from a "dynamic" one:

Scripting languages read whole programs from outside the compiler and execute them immediately, usually with a minimal amount of processing.
Dynamic languages include the compiler in their own environment, and programming is seen as adding or modifying that environment.

That's kind of a nice breakdown between the two, I think.

Technorati Tags: , ,

 Share Tweet This