| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
03 Jul 2011 13:45:36
0.9.13
|
ohauer  |
- remove MD5 |
06 Sep 2007 05:17:09
0.9.13
|
novel  |
Update to 0.9.13. |
23 Aug 2007 04:38:52
0.9.12
|
novel  |
Update 0.9.12. |
17 Aug 2007 18:28:30
0.9.11
|
novel  |
Update to 0.9.11. |
11 Feb 2007 12:59:26
0.9.10
|
novel  |
Update to 0.9.10.
PR: 108938
Submitted by: chinsan |
07 Nov 2006 18:53:45
0.9.9
|
novel  |
Update to 0.9.9. |
08 Oct 2006 14:14:56
0.9.8
|
novel  |
Update to 0.9.8. |
12 Sep 2006 12:48:23
0.9.7
|
novel  |
Update to 0.9.7. |
19 Jul 2006 10:27:31
0.9.6
|
novel  |
Update to 0.9.6. |
30 Jun 2006 08:42:25
0.9.5
|
novel  |
Update to 0.9.5. |
23 Jun 2006 18:15:42
0.9.4
|
novel  |
Update to 0.9.4. |
20 Jun 2006 06:13:28
0.9.3
|
novel  |
Update to 0.9.3. |
15 Jun 2006 14:54:57
0.9.2
|
novel  |
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/ |