[ANN] Squirrel goes beta

From: Alberto (albertodemichelis_at_hotmail.com)
Date: 02/25/04


Date: 25 Feb 2004 12:52:43 -0800

A new version of squirrel has been released.
the new version is faster, fixes several bugs, and
add full blown coroutines.
Take a look and give me some feedback.
http://squirrel.sourceforge.net

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

ciao
Alberto

-----------------------------
The programming language Squirrel
http://squirrel.sourceforge.net