Difference between revisions of "Clisp"

From Free Software Directory
Jump to: navigation, search
(No version changes)
(3 intermediate revisions by 2 users not shown)
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.org/
 
|User level=none
 
|User level=none
 +
|Component programs=PCL,CLX,Garnet,maxima,ACL2,lisa
 +
|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
 +
|Related projects=ACL2,CMUCL,Emacs_Common_Lisp,GCL,Garnet,LISA,LoGS,Maxima,Steel_Bank_Common_Lisp,libffcall
 +
|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=Alejandroindependiente
 +
|Last review date=2017/01/21
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
|Version identifier=2.47
+
|Status=
|Version date=2008-11-07
+
|Is GNU=Yes
|Version status=stable
+
|GNU package identifier=clisp
|Version download=http://ftp.gnu.org/pub/gnu/clisp/release/2.47/clisp-2.47.tar.gz
+
|License verified date=2010-07-12
|License verified date=2008-11-07
 
|Version comment=
 
}}
 
{{Software category
 
|Interface=command-line,x-window-system
 
 
}}
 
}}
 
{{Project license
 
{{Project license
 
|License=GPLv2
 
|License=GPLv2
 
|License verified by=Kelly Hopkins
 
|License verified by=Kelly Hopkins
|License verified date=2008-11-07
+
|License verified date=2010-07-12
 +
}}
 +
{{Person
 +
|Real name=Bruno Haible
 +
|Role=Maintainer
 +
|Email=bruno@clisp.org
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Sam Steingold
 +
|Role=Maintainer
 +
|Email=sds@gnu.org
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Joerg Hoehle
 +
|Role=Contributor
 +
|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
 +
|Interface=command-line, x-window-system
 +
|Programming-language=lisp
 +
|Software-development=compiler, debugging, programming-language
 +
|Use=software-development
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
Line 37: Line 102:
 
|Prerequisite description=GNU libiconv
 
|Prerequisite description=GNU libiconv
 
}}
 
}}
 +
{{Featured}}

Revision as of 15:20, 21 January 2017


[edit]

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.





Licensing

License

Verified by

Verified on

Notes

License

GPLv2

Verified by

Kelly Hopkins

Verified on

12 July 2010




Leaders and contributors

Contact(s)Role
Sam Steingold Maintainer
Bruno Haible Maintainer


Resources and communication

AudienceResource typeURI
Generalhttps://sourceforge.net/projects/clisp/
Debian (Ref)https://tracker.debian.org/pkg/clisp
Forumhttps://sourceforge.net/p/clisp/discussion/
VCS Repository Webviewhttps://sourceforge.net/p/clisp/clisp/
VCS Repository Webviewhttps://web.cvs.savannah.gnu.org/viewvc/clisp/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Mailing Listhttps://sourceforge.net/p/clisp/mailman/clisp-list/
Generalhttps://translationproject.org/domain/clisp.html
Savannah (Ref)https://savannah.gnu.org/projects/clisp/
Downloadhttps://ftp.gnu.org/gnu/clisp/
Generalhttps://savannah.gnu.org/people/
Mailing Listhttps://sourceforge.net/p/clisp/mailman/clisp-devel/


Software prerequisites

KindDescription
Weak prerequisitereadline
Required to buildlibsigsegv
Weak prerequisitegettext
Weak prerequisitelibiconv




Entry









































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.