aboutsummaryrefslogtreecommitdiff
path: root/lang/squirrel
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.2Andrew Pantyukhin2008-02-283-5/+5
| | | | Notes: svn path=/head/; revision=208109
* - Update to 2.1.2Andrew Pantyukhin2007-07-312-4/+4
| | | | Notes: svn path=/head/; revision=196796
* - Fix build on 32-bit platformsAndrew Pantyukhin2007-07-141-0/+2
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=195584
* - Add port lang/squirrelAndrew Pantyukhin2007-07-143-0/+64
- Register conflicts with archivers/squsq 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/ Author: Alberto Demichelis <alberto@ademichelis.com> Notes: svn path=/head/; revision=195571