diff options
author | imura <imura@FreeBSD.org> | 2000-02-13 02:18:18 +0000 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-02-13 02:18:18 +0000 |
commit | ef697f7b61133d64844c6c170f2bb98cabbe360e (patch) | |
tree | 3d4290933b794ea3397181a085923b14bee489f1 /lang/clisp/pkg-descr | |
parent | d23928a5751bc7758afe9a10bfaed51861de1e9c (diff) | |
download | FreeBSD-ports-ef697f7b61133d64844c6c170f2bb98cabbe360e.zip FreeBSD-ports-ef697f7b61133d64844c6c170f2bb98cabbe360e.tar.gz |
Initial import of clisp-1999.07.22.
This is CLISP - an ANSI Common Lisp.
PR: 16542
Submitted by: Jeff Brown <jabrown@caida.org>
Diffstat (limited to 'lang/clisp/pkg-descr')
-rw-r--r-- | lang/clisp/pkg-descr | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/clisp/pkg-descr b/lang/clisp/pkg-descr new file mode 100644 index 0000000..57bc249 --- /dev/null +++ b/lang/clisp/pkg-descr @@ -0,0 +1,20 @@ +Common Lisp is a high-level, all-purpose, object-oriented, dynamic, +functional programming language. + +CLISP is a Common Lisp implementation by Bruno Haible of Karlsruhe +University and Michael Stoll of Munich University, both in Germany. It +mostly supports the Lisp described in the ANSI Common Lisp standard. + +CLISP includes an interpreter, a compiler, a large subset of CLOS, a +foreign language interface and a socket interface. An X11 interface is +available through CLX and Garnet. Command line editing is provided by +readline. + +CLISP is free software and may be distributed under the terms of GNU +GPL. You may distribute commercial applications compiled with CLISP, +see file COPYRIGHT in the CLISP distribution. + +The user interface comes in German, English, French and Spanish, and +can be change at run time. + +WWW: http://clisp.cons.org/ |