1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Andrew Pantyukhin
9255674dc4 - Update to 2.2 2008-02-28 18:26:58 +00:00
Andrew Pantyukhin
832f1c0b76 - Update to 2.1.2 2007-07-31 07:53:53 +00:00
Andrew Pantyukhin
a2ecb03581 - Fix build on 32-bit platforms
Reported by:	pointyhat via pav
2007-07-14 16:31:39 +00:00
Andrew Pantyukhin
f5c217d224 - Add port lang/squirrel
- 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>
2007-07-14 12:17:12 +00:00