diff options
Diffstat (limited to 'lang/arena/pkg-descr')
-rw-r--r-- | lang/arena/pkg-descr | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/arena/pkg-descr b/lang/arena/pkg-descr deleted file mode 100644 index 340eab2183bb..000000000000 --- a/lang/arena/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -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/ |