[ANN] Squirrel goes beta
A new release 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.
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
-----------------------------The programming language Squirrelhttp://www.squirrel-lang.org
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement