2fadfa2cfb
e-mail addresses from the pkg-descr file that could reasonably be mistaken for maintainer contact information in order to avoid confusion on the part of users looking for support. As a pleasant side effect this also avoids confusion and/or frustration for people who are no longer maintaining those ports.
13 lines
617 B
Plaintext
13 lines
617 B
Plaintext
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/
|