diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-10-11 13:03:18 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-10-11 13:03:18 +0000 |
commit | 50c23ab0ae7e57fd061f42833851c174d49718b0 (patch) | |
tree | aadbcd20ee3c6afd6137d488b7ffd2106004e9cc /lang/newlisp/DESCR | |
parent | 3b77c241b1398c769facff5d554320370aa6e564 (diff) | |
download | pkgsrc-50c23ab0ae7e57fd061f42833851c174d49718b0.tar.gz |
Import newlisp-10.3.3 as lang/newlisp from wip/newlisp.
newLISP is a Lisp-like, general-purpose scripting language. It is
especially well-suited for applications in AI, web search, natural
language processing, and machine learning. Because of its small
resource requirements, newLISP is also excellent for embedded
systems applications. Most of the functions you will ever need are
already built in. This includes networking functions, support for
distributed and parallel processing, and Bayesian statistics.
Diffstat (limited to 'lang/newlisp/DESCR')
-rw-r--r-- | lang/newlisp/DESCR | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lang/newlisp/DESCR b/lang/newlisp/DESCR new file mode 100644 index 00000000000..437aa92b8be --- /dev/null +++ b/lang/newlisp/DESCR @@ -0,0 +1,7 @@ +newLISP is a Lisp-like, general-purpose scripting language. It is +especially well-suited for applications in AI, web search, natural +language processing, and machine learning. Because of its small +resource requirements, newLISP is also excellent for embedded +systems applications. Most of the functions you will ever need are +already built in. This includes networking functions, support for +distributed and parallel processing, and Bayesian statistics. |