summaryrefslogtreecommitdiff
path: root/lang/squirrel/pkg-descr
blob: e1f27ad7fef645aacb16d76bf7b97a61d5783752 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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. However Squirrel
offers a wide range of features like dynamic typing, delegation, classes
& inheritance, higher order functions, generators, coroutines, tail
recursion, exception handling, automatic memory management, weak
references, etc.

Squirrel is inspired by languages like Python, Javascript and especially
Lua. The API is very similar and the table code is based on the Lua one.

WWW: http://squirrel-lang.org/