diff options
Diffstat (limited to 'lang/afnix/pkg-descr')
-rw-r--r-- | lang/afnix/pkg-descr | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/afnix/pkg-descr b/lang/afnix/pkg-descr index 99e080372e36..6d653f5c314e 100644 --- a/lang/afnix/pkg-descr +++ b/lang/afnix/pkg-descr @@ -1,10 +1,10 @@ -Aleph is a multi-threaded functional programming language with dynamic -symbol bindings that support the object oriented paradigm. Aleph features -a state of the art runtime engine that supports both 32 and 64 bits -platforms. Aleph comes with a rich set of libraries that are designed to -be platform independent. +Afnix (formerly known as Aleph) is a multi-threaded functional programming +language with dynamic symbol bindings that support the object oriented +paradigm. Afnix features a state of the art runtime engine that supports +both 32 and 64 bits platforms. Afnix comes with a rich set of libraries +that are designed to be platform independent. -The Aleph engine is written in C++ and provides runtime compatibility with +The Afnix engine is written in C++ and provides runtime compatibility with it. Such compatibility includes the ability to instantiate C++ classes, use virtual methods and raise or catch exceptions. A comprehensive API has been designed to ease the integration of foreign libraries. @@ -15,4 +15,4 @@ been designed to ease the integration of foreign libraries. - Multi-threaded engine - condition objects. -WWW: http://www.aleph-lang.org/ +WWW: http://www.afnix.org/ |