Difference between revisions of "Clisp"
(add package identifier) |
|||
Line 3: | Line 3: | ||
|Short description=ANSI Common Lisp compiler, debugger, and interpreter | |Short description=ANSI Common Lisp compiler, debugger, and interpreter | ||
|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. | ||
+ | |Homepage URL=http://clisp.cons.org/ | ||
|User level=none | |User level=none | ||
− | |||
|Component programs=PCL,CLX,Garnet,maxima,ACL2,lisa | |Component programs=PCL,CLX,Garnet,maxima,ACL2,lisa | ||
− | |||
− | |||
|Computer languages=C,Lisp,Assembly | |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 | |Documentation note=Developer implementation notes available from http://clisp.cons.org/impnotes/; User man page available from http://clisp.cons.org/impnotes/clisp.html | ||
− | |||
− | |||
− | |||
− | |||
|Related projects=ACL2,CMUCL,Emacs_Common_Lisp,GCL,Garnet,LISA,LoGS,Maxima,Steel_Bank_Common_Lisp,libffcall | |Related projects=ACL2,CMUCL,Emacs_Common_Lisp,GCL,Garnet,LISA,LoGS,Maxima,Steel_Bank_Common_Lisp,libffcall | ||
|Keywords=development,debugging,Lisp,Common Lisp,clisp | |Keywords=development,debugging,Lisp,Common Lisp,clisp | ||
− | | | + | |Version identifier=2.49 |
+ | |Version date=2010-07-07 | ||
+ | |Version status=stable | ||
+ | |Version download=http://ftp.gnu.org/pub/gnu/clisp/latest/clisp-2.49.tar.bz2 | ||
|Last review by=Janet Casey | |Last review by=Janet Casey | ||
|Last review date=2008-06-17 | |Last review date=2008-06-17 | ||
|Submitted by=Database conversion | |Submitted by=Database conversion | ||
|Submitted date=2011-04-01 | |Submitted date=2011-04-01 | ||
− | | | + | |Status= |
− | | | + | |Is GNU=Yes |
− | | | + | |GNU package identifier=clisp |
− | | | + | |License verified date=2010-07-12 |
+ | }} | ||
+ | {{Project license | ||
+ | |License=GPLv2 | ||
+ | |License verified by=Kelly Hopkins | ||
|License verified date=2010-07-12 | |License verified date=2010-07-12 | ||
− | |||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Bruno Haible | ||
|Role=Maintainer | |Role=Maintainer | ||
− | |||
|Email=bruno@clisp.org | |Email=bruno@clisp.org | ||
|Resource URL= | |Resource URL= | ||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Sam Steingold | ||
|Role=Maintainer | |Role=Maintainer | ||
− | |||
|Email=sds@gnu.org | |Email=sds@gnu.org | ||
|Resource URL= | |Resource URL= | ||
}} | }} | ||
{{Person | {{Person | ||
+ | |Real name=Joerg Hoehle | ||
|Role=Contributor | |Role=Contributor | ||
− | |||
− | |||
|Resource URL= | |Resource URL= | ||
}} | }} | ||
Line 82: | Line 81: | ||
}} | }} | ||
{{Software category | {{Software category | ||
− | |Interface=command-line,x-window-system | + | |Interface=command-line, x-window-system |
|Programming-language=lisp | |Programming-language=lisp | ||
− | |Software-development=compiler,debugging,programming-language | + | |Software-development=compiler, debugging, programming-language |
|Use=software-development | |Use=software-development | ||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Software prerequisite | {{Software prerequisite | ||
Line 108: | Line 102: | ||
|Prerequisite description=GNU libiconv | |Prerequisite description=GNU libiconv | ||
}} | }} | ||
+ | {{Featured}} |
Revision as of 15:25, 12 September 2014
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.
Documentation
https://www.gnu.org/software/clisp/impnotes.html This is a GNU package:
clisp
Download
https://ftp.gnu.org/gnu/clisp/release/2.49/clisp-2.49.tar.bz2
version 2.49
(stable)
released on 7 July 2010
OpenPGP signature URL: https://ftp.gnu.org/gnu/clisp/latest/clisp-2.49.tar.bz2.sig
Donate link
https://sourceforge.net/p/clisp/donate/?source=homepage
Paid support
https://www.fsf.org/resources/service/VCS Checkout
hg clone http://hg.code.sf.net/p/clisp/clisp clisp-clisp
Categories
Related Projects
Licensing
License
Verified by
Verified on
Notes
Leaders and contributors
Contact(s) | Role |
---|---|
Bruno Haible | Maintainer |
Sam Steingold | Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Debian (Ref) | https://tracker.debian.org/pkg/clisp | |
General | https://sourceforge.net/projects/clisp/ | |
General | https://translationproject.org/domain/clisp.html | |
Mailing List | https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/ | |
VCS Repository Webview | https://web.cvs.savannah.gnu.org/viewvc/clisp/ | |
Savannah (Ref) | https://savannah.gnu.org/projects/clisp/ | |
Mailing List | https://sourceforge.net/p/clisp/mailman/clisp-list/ | |
VCS Repository Webview | https://sourceforge.net/p/clisp/clisp/ | |
Mailing List | https://sourceforge.net/p/clisp/mailman/clisp-devel/ | |
Download | https://ftp.gnu.org/gnu/clisp/ | |
Forum | https://sourceforge.net/p/clisp/discussion/ | |
General | https://savannah.gnu.org/people/ |
Software prerequisites
Kind | Description |
---|---|
Required to build | libsigsegv |
Weak prerequisite | gettext |
Weak prerequisite | readline |
Weak prerequisite | libiconv |
This entry (in part or in whole) was last reviewed on 22 January 2019.
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.