Re: Minimal Scripting Lang

henry@spsystems.net (Henry Spencer)
21 Jun 2001 03:10:39 -0400

          From comp.compilers

Related articles
Minimal Scripting Lang c_wardell@hotmail.com (2001-06-14)
Re: Minimal Scripting Lang korek@icm.edu.pl (2001-06-14)
Re: Minimal Scripting Lang ralph@inputplus.demon.co.uk (2001-06-17)
Re: Minimal Scripting Lang msandin@hotmail.com (2001-06-17)
Re: Minimal Scripting Lang henry@spsystems.net (2001-06-21)
Re: Minimal Scripting Lang nr@labrador.eecs.harvard.edu (2001-06-28)
Re: Minimal Scripting Lang kelder@bco.com (2001-07-17)
| List of all articles for this month |

From: henry@spsystems.net (Henry Spencer)
Newsgroups: comp.compilers
Date: 21 Jun 2001 03:10:39 -0400
Organization: SP Systems, Toronto, Canada
References: 01-06-030
Keywords: interpreter
Posted-Date: 21 Jun 2001 03:10:39 EDT

>[The usual suggestions are tcl and python, but I don't know how well
>they'd squash into limited memory...


Tcl was *originally intended* as just such a minimal scripting
language (hence the name, standing for Tool Command Language), but
unfortunately it's gotten steadily less minimal as it has evolved and
grown over the years. A more-or-less current Tcl on an x86 approaches
half a megabyte.


Tcl 7.4, from approximately the time of the Ousterhout book, was only
about 100KB (again, on an x86) and might be suitable, especially with some
paring down. You should still be able to find it.
--
When failure is not an option, success | Henry Spencer henry@spsystems.net
can get expensive. -- Peter Stibrany | (aka henry@zoo.toronto.edu)


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.