Hi all, I just released Squirrel 3.2 stable (Finally!).
***version 3.2 stable***
-added new inline bind env syntax for closures
-added sq_tailcall
-added rawcall keyword
-added post call initializer syntax
-added table.keys() and table.values()
-added table.filter()
-added skipempty in split()
-additional parameters in array.map() and array.apply()
-additional optional initializer in array.reduce()
-added sqstd_pushstringf and sqstd_throwerrorf
-closure.call() is now a "native tailcall" and the invoked function can now be suspended
-fixed sq_newmember and sq_rawnewmember properly pop parameters
-fixed capturing free variable on for loop counter before a break statement
-fixed \u in lexer
-various bugfixes
-sq_gettypetag doesn't set last error(it's treated as SQBool function but keeps a SQRESULT for backward compatibility)
-fixed _set method in userdata delegates
-fixed some warnings
you can download the 3.2 stable here
https://sourceforge.net/projects/squirrel/
ciao
Alberto
Follow me on Twitter
@squirrellang