1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
Roman Bogorodskiy
ff77ca9ee4 Update to 0.9.6. 2006-07-19 10:27:31 +00:00
Roman Bogorodskiy
8d983baf41 Update to 0.9.5. 2006-06-30 08:42:25 +00:00
Roman Bogorodskiy
c68b0625f9 Update to 0.9.4. 2006-06-23 18:15:42 +00:00
Roman Bogorodskiy
7e992934d6 Update to 0.9.3. 2006-06-20 06:13:28 +00:00
Roman Bogorodskiy
89fae5eb69 The Arena language was designed with the following main features in mind,
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/
2006-06-15 14:54:57 +00:00