Home

Awesome

The [http://www.squirrel-lang.org/ squirrel scripting language] seeks to address some problems of lua language and offer a C like syntax with some god extras but it lacks a source code repository and some facilities provided by default in lua like string.gsub, string.gmatch, io.lines, modules, ..., this project try to solve it and extend the language to make it even more useful.

This project is not endorsed by Squirrel or Lua authors, it's an independent effort, and it will try to cooperate with both.

Some modules, third party code, or sample code can have different licenses !!!

It is the base of a cross platform application server (windows, macosx, linux, android, wince, http/javascript, ...)

A preview of the application server running on an Android phone (Huawei U8105 IDEOS on an ADSL line) can be seem here:

Also you'll find several changes and additions to the original Squirrel 3.0.4:

Changes to the Squirrel syntax:

New functions

Internals: