Re: Minimal Scripting Lang

korek@icm.edu.pl
14 Jun 2001 14:44:26 -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: korek@icm.edu.pl
Newsgroups: comp.compilers
Date: 14 Jun 2001 14:44:26 -0400
Organization: MIMUW
References: 01-06-030
Keywords: interpreter, forth
Posted-Date: 14 Jun 2001 14:44:26 EDT

c_wardell@hotmail.com wrote:
> I would like to add scripting functionality to a Rabbit 2000 embedded
> micro-controller. Does anyone know where I can find a minimalist
> scripting language written in ansi c to embed in my controller? I am
> limited on memory. Less then 128k.


Forth is usually considered to be general-purpose, but many people use it as
scripting language these days. It considered easy to implement, fits in few kB
of memory. Yet it's extensible and powerful. There is "Build your own forth"
tutorial on Web.


        Greetings :-)
                Michal Gajda
                korek@icm.edu.pl
                *knowledge-hungry student*


Post a followup to this message

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