🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

[ANN] Squirrel 1.0 beta 4 released

Started by
-1 comments, last by fagiano 19 years, 12 months ago
Hi, I've just released a new version of Squirrel(beta 4). 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. squrrel's home: http://squirrel.sourceforge.net fixed a bug in the integer.tochar() built-in method fixed unary minus operator fixed bug in dofile() fixed inconsistency between != and == operators(on float/integer comparison) added &#106avascript style unsigned right shift operator '>>>' added array(size) constructor built-in function array.resize(size,[fill]) built-in function accepts an optional 'fill' value improved debug API, added sq_getclosureinfo() and sq_setnativeclosurename()
-----------------------------The programming language Squirrelhttp://www.squirrel-lang.org

This topic is closed to new replies.

Advertisement