Top "Scripting-language" questions

A scripting language or script language is a programming language that supports the writing of scripts, programs written for a software environment that automate the execution of tasks which could alternatively be executed one by one by a human operator.

Clean, self-contained VM implemented in C and under 100-200K compiled code size?

I'm looking for a VM with the following features: Small compiled code footprint (under 200K). No external dependencies. Unicode (or …

c scripting-language vm-implementation
Scripting language choice for initial performance

I have a small lightweight application that is used as part of a larger solution. Currently it is written in …

python ruby perl bash scripting-language