summaryrefslogtreecommitdiff
path: root/lang/aleph/pkg-descr
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-03-06 17:50:10 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-03-06 17:50:10 +0000
commit5d9d3750425e5494d9178a9153ce95fb41fb64aa (patch)
tree9807a632f61e1e22ae85987cca30b9e807b853e2 /lang/aleph/pkg-descr
parentupdate to 1.0.2. (diff)
add aleph
Aleph is a multi-threaded functional programming language
Notes
Notes: svn path=/head/; revision=39147
Diffstat (limited to 'lang/aleph/pkg-descr')
-rw-r--r--lang/aleph/pkg-descr18
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/aleph/pkg-descr b/lang/aleph/pkg-descr
new file mode 100644
index 000000000000..99e080372e36
--- /dev/null
+++ b/lang/aleph/pkg-descr
@@ -0,0 +1,18 @@
+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.
+
+The Aleph 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.
+
+ - Builtin objects
+ - Functional programming
+ - Object oriented
+ - Multi-threaded engine
+ - condition objects.
+
+WWW: http://www.aleph-lang.org/