Merge branch 'staged'
[dports.git] / lang / squirrel / pkg-descr
1 Squirrel is a high level imperative/OO programming language, designed
2 to be a powerful scripting tool that fits in the size, memory bandwidth,
3 and real-time requirements of applications like games. However Squirrel
4 offers a wide range of features like dynamic typing, delegation, classes
5 & inheritance, higher order functions, generators, coroutines, tail
6 recursion, exception handling, automatic memory management, weak
7 references, etc.
8
9 Squirrel is inspired by languages like Python, Javascript and especially
10 Lua. The API is very similar and the table code is based on the Lua one.