aboutsummaryrefslogtreecommitdiffstats
path: root/lang/arena
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.9.13.novel2007-09-062-4/+4
|
* Update 0.9.12.novel2007-08-232-4/+4
|
* Update to 0.9.11.novel2007-08-182-4/+4
|
* Update to 0.9.10.novel2007-02-112-4/+4
| | | | | PR: 108938 Submitted by: chinsan
* Update to 0.9.9.novel2006-11-082-4/+4
|
* Update to 0.9.8.novel2006-10-082-4/+4
|
* Update to 0.9.7.novel2006-09-122-4/+4
|
* Update to 0.9.6.novel2006-07-192-4/+4
|
* Update to 0.9.5.novel2006-06-302-4/+9
|
* Update to 0.9.4.novel2006-06-242-4/+4
|
* Update to 0.9.3.novel2006-06-202-4/+4
|
* The Arena language was designed with the following main features in mind,novel2006-06-154-0/+42
most of which were added on top of a very C-like core to support better ad-hoc scripting: * syntax similar to ANSI C * standard library similar to ANSI C * automatic memory management * runtime polymorphism * support for exceptions * support for anonymous functions Additionally, an interpreter for the Arena language can be implemented to be very compact in terms of both source code size and memory consumption. WWW: http://www.minimalinux.org/arena/