Related articles |
---|
[ANN] Squirrel yet another scripting language albertodemichelis@hotmail.com (2003-09-09) |
Re: [ANN] Squirrel yet another scripting language visionary25@hotmail.com (Vis Mike) (2003-09-14) |
Re: [ANN] Squirrel yet another scripting language me@here.there.com (Peter Ashford) (2003-09-22) |
Re: [ANN] Squirrel yet another scripting language emonk@slingshot.co.nz (Corey Murtagh) (2003-09-22) |
Re: [ANN] Squirrel yet another scripting language nmm1@cus.cam.ac.uk (2003-09-23) |
Re: [ANN] Squirrel yet another scripting language joachim.durchholz@web.de (Joachim Durchholz) (2003-09-23) |
Re: [ANN] Squirrel yet another scripting language vbdis@aol.com (2003-09-27) |
[1 later articles] |
From: | albertodemichelis@hotmail.com (Alberto) |
Newsgroups: | comp.compilers,comp.games.development.programming.misc |
Date: | 9 Sep 2003 23:06:21 -0400 |
Organization: | http://groups.google.com/ |
Keywords: | interpreter, available |
Posted-Date: | 09 Sep 2003 23:06:21 EDT |
Squirrel is a high level imperative/OO programming language, designed
to be a powerful scripting tool that fits in the size, memory
bandwidth, and real-time requirements of applications like games.
Although Squirrel offers a wide range of features like:
dynamic typing
delegation
higher order functions
generators
tail recursion
exception handling
automatic memory management (CPU bursts free; mixed approach ref
counting/GC)
both compiler and virtual machine fit together in about 6k lines of
C++ code.
ciao
Alberto
Return to the
comp.compilers page.
Search the
comp.compilers archives again.