openbsd-ports/lang/arena/pkg/DESCR
alek 96c660c1ca Import arena 0.9.2
Light-weight scripting language with C-like syntax.

From Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
2006-06-12 13:05:27 +00:00

10 lines
340 B
Plaintext

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