Related articles |
---|
[ANN] The programming language Squirrel goes beta albertodemichelis@hotmail.com (2004-02-26) |
From: | albertodemichelis@hotmail.com (Alberto) |
Newsgroups: | comp.compilers |
Date: | 26 Feb 2004 01:12:28 -0500 |
Organization: | http://groups.google.com |
Keywords: | available |
Posted-Date: | 26 Feb 2004 01:12:28 EST |
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:
Open Source zlib/libpng licence
dynamic typing
delegation
higher order functions
generators
cooperative threads(coroutines)
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.
optional 16bits characters strings
-----------------------------------------
the new version fixes several bugs and adds full blown coroutines.
Squirrel Home page
http://squirrel.sourceforge.net
ciao
Alberto
Return to the
comp.compilers page.
Search the
comp.compilers archives again.