Difference between revisions of "Clisp"
Line 4: | Line 4: | ||
|Full description=ANSI Common Lisp is a high-level, general-purpose programming language. GNU 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. It runs on most GNU and Unix systems (GNU/Linux, GNU/Hurd, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, IRIX, AIX, Mac OS X and others) and on other systems and needs only 4 MB of RAM. The user interface comes in English, German, French, Spanish, Dutch, Russian and Danish, and can be changed during run time. GNU CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, a socket interface, i18n, fast bignums, arbitrary precision floats and more. An X11 interface is available through CLX, Garnet, CLUE/CLIO. GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages. | |Full description=ANSI Common Lisp is a high-level, general-purpose programming language. GNU 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. It runs on most GNU and Unix systems (GNU/Linux, GNU/Hurd, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, IRIX, AIX, Mac OS X and others) and on other systems and needs only 4 MB of RAM. The user interface comes in English, German, French, Spanish, Dutch, Russian and Danish, and can be changed during run time. GNU CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, a socket interface, i18n, fast bignums, arbitrary precision floats and more. An X11 interface is available through CLX, Garnet, CLUE/CLIO. GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages. | ||
|User level=none | |User level=none | ||
+ | |Status=Live | ||
+ | |Component programs=PCL,CLX,Garnet,maxima,ACL2,lisa | ||
+ | |Homepage URL=http://clisp.cons.org/ | ||
+ | |VCS checkout command= | ||
+ | |Computer languages=C,Lisp,Assembly | ||
+ | |Documentation note=Developer implementation notes available from http://clisp.cons.org/impnotes/; User man page available from http://clisp.cons.org/impnotes/clisp.html | ||
+ | |Paid support= | ||
+ | |IRC help= | ||
+ | |IRC general= | ||
+ | |IRC development= | ||
+ | |Related projects=ACL2,CMUCL,Emacs_Common_Lisp,GCL,Garnet,LISA,LoGS,Maxima,Steel_Bank_Common_Lisp,libffcall | ||
+ | |Keywords=development,debugging,Lisp,Common Lisp,clisp | ||
+ | |Is GNU=y | ||
+ | |Last review by=Janet Casey | ||
+ | |Last review date=2008-06-17 | ||
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
− | |Version identifier=2. | + | |Version identifier=2.49 |
− | |Version date= | + | |Version date=2010-07-07 |
|Version status=stable | |Version status=stable | ||
− | |Version download=http://ftp.gnu.org/pub/gnu/clisp/ | + | |Version download=http://ftp.gnu.org/pub/gnu/clisp/latest/clisp-2.49.tar.bz2 |
− | |License verified date= | + | |License verified date=2010-07-12 |
|Version comment= | |Version comment= | ||
+ | }} | ||
+ | {{Person | ||
+ | |Role=Maintainer | ||
+ | |Real name=Bruno Haible | ||
+ | |Email=bruno@clisp.org | ||
+ | |Resource URL= | ||
+ | }} | ||
+ | {{Person | ||
+ | |Role=Maintainer | ||
+ | |Real name=Sam Steingold | ||
+ | |Email=sds@gnu.org | ||
+ | |Resource URL= | ||
+ | }} | ||
+ | {{Person | ||
+ | |Role=Contributor | ||
+ | |Real name=Joerg Hoehle | ||
+ | |Email= | ||
+ | |Resource URL= | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Developer | ||
+ | |Resource kind=VCS Repository Webview | ||
+ | |Resource URL=http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/clisp/ | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Bug Tracking | ||
+ | |Resource kind=Homepage | ||
+ | |Resource URL=http://sourceforge.net/tracker/?group_id=1355&atid=101355 | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Help | ||
+ | |Resource kind=Mailing List Info/Archive | ||
+ | |Resource URL=http://lists.sourceforge.net/mailman/listinfo/clisp-announce | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Developer | ||
+ | |Resource kind=Mailing List Info/Archive | ||
+ | |Resource URL=http://lists.sourceforge.net/mailman/listinfo/clisp-devel | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Support | ||
+ | |Resource kind=Mailing List Info/Archive | ||
+ | |Resource URL=http://lists.sourceforge.net/mailman/listinfo/clisp-list | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Support | ||
+ | |Resource kind=Newsgroup | ||
+ | |Resource URL=comp.lang.lisp | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Help | ||
+ | |Resource kind=Newsgroup | ||
+ | |Resource URL=comp.os.linux.announce | ||
}} | }} | ||
{{Software category | {{Software category | ||
|Interface=command-line,x-window-system | |Interface=command-line,x-window-system | ||
+ | |Programming-language=lisp | ||
+ | |Software-development=compiler,debugging,programming-language | ||
+ | |Use=software-development | ||
}} | }} | ||
{{Project license | {{Project license | ||
|License=GPLv2 | |License=GPLv2 | ||
|License verified by=Kelly Hopkins | |License verified by=Kelly Hopkins | ||
− | |License verified date= | + | |License verified date=2010-07-12 |
}} | }} | ||
{{Software prerequisite | {{Software prerequisite |
Revision as of 09:41, 12 April 2011
clisp
https://www.gnu.org/software/clisp/
ANSI Common Lisp compiler, debugger, interpreter.
ANSI Common Lisp is a high-level, general-purpose programming language. GNU 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. It runs on most GNU and Unix systems (GNU/Linux, GNU/Hurd, FreeBSD, NetBSD, OpenBSD, Solaris, Tru64, HP-UX, BeOS, IRIX, AIX, Mac OS X and others) and on other systems and needs only 4 MB of RAM. The user interface comes in English, German, French, Spanish, Dutch, Russian and Danish, and can be changed during run time. GNU CLISP includes an interpreter, a compiler, a debugger, CLOS, MOP, a foreign language interface, a socket interface, i18n, fast bignums, arbitrary precision floats and more. An X11 interface is available through CLX, Garnet, CLUE/CLIO. GNU CLISP runs Maxima, ACL2 and many other Common Lisp packages.
This is a GNU package:clisp
Download
https://ftp.gnu.org/gnu/clisp/release/2.49/clisp-2.49.tar.bz2
Categories
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Sam Steingold | Maintainer |
Bruno Haible | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
General | https://sourceforge.net/projects/clisp/ | |
Debian (Ref) | https://tracker.debian.org/pkg/clisp | |
Forum | https://sourceforge.net/p/clisp/discussion/ | |
VCS Repository Webview | https://sourceforge.net/p/clisp/clisp/ | |
VCS Repository Webview | https://web.cvs.savannah.gnu.org/viewvc/clisp/ | |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
Mailing List | https://sourceforge.net/p/clisp/mailman/clisp-list/ | |
General | https://translationproject.org/domain/clisp.html | |
Savannah (Ref) | https://savannah.gnu.org/projects/clisp/ | |
Download | https://ftp.gnu.org/gnu/clisp/ | |
General | https://savannah.gnu.org/people/ | |
Mailing List | https://sourceforge.net/p/clisp/mailman/clisp-devel/ |
Software prerequisites
Kind | Description |
---|---|
Weak prerequisite | readline |
Required to build | libsigsegv |
Weak prerequisite | gettext |
Weak prerequisite | libiconv |
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.