|
CLISP is a Common Lisp implementation. It is part of the GNU Project, originally developed by Bruno Haible and Michael Stoll for Atari. It includes both an interpreter and a bytecode compiler, as well as a debugger, a socket interface, a high-level foreign language interface, strong internationalization support, and an object system (CLOS, MOP). It is written in C and Common Lisp. Image File history File links Portal. ...
Common Lisp, commonly abbreviated CL, is a dialect of the Lisp programming language, standardised by ANSI X3. ...
The GNU logo, drawn by Etienne Suvasa The GNU Project was announced in 1983 by Richard Stallman. ...
Interpreter can mean one of the following: In communication, an interpreter is a person whose role is to facilitate dialogue between two parties that do not use the same language. ...
Byte-code is a sort of intermediate code that is more abstract than machine code. ...
A diagram of the operation of a typical multi-language compiler. ...
A debugger is a computer program that is used to debug (and sometimes test or optimize) other programs. ...
A socket generally designates a cavity or region used for fitting and connecting some specific device. ...
Internationalization and localization are means of adapting products such as publications or software for non-native environments, especially other nations and cultures. ...
The Common Lisp Object System, a powerful system for object-oriented programming which forms part of Common Lisp. ...
Metaobject is any entity that exhibits some aspects of objects, like type, interface, class, methods, attributes, variables, functions, control structures and many more. ...
Bruno Haible did not originally intend to distribute CLISP under the GPL, but in a well-publicised e-mail exchange with Richard Stallman, he eventually agreed to do so. The issue at stake was whether CLISP was a derivative work of the GNU readline library. The GNU logo Wikisource has original text related to this article: GNU General Public License The GNU General Public License (GNU GPL or simply GPL) is a widely used free software license, originally written by Richard Stallman for the GNU project. ...
Richard Matthew Stallman (frequently abbreviated to RMS) (born March 16, 1953) is the founder of the free software movement, the GNU Project, the Free Software Foundation, and the League for Programming Freedom. ...
GNU readline is a software library created and maintained by the GNU project. ...
CLISP is extremely portable, running on almost all UNIX-based operating systems (including Linux and all BSD derivatives), as well as on Windows. CLISP is incapable of true compilation to binaries, but although interpreting bytecodes is usually slower than running compiled native code, this is not always a major issue (especially in applications like Web development where I/O is the bottleneck). Unix or UNIX is a computer operating system originally developed in the 1960s and 1970s by a group of AT&T Bell Labs employees including Ken Thompson, Dennis Ritchie, and Douglas McIlroy. ...
To meet Wikipedias quality standards, this article or section may require cleanup. ...
Linux (also known as GNU/Linux) is a Unix-like computer operating system. ...
BSD redirects here; for other uses see BSD (disambiguation). ...
Paul Graham used CLISP to run the software for his Viaweb startup. Viaweb was the first web application; portions of it still exist as Yahoo! Stores. Paul Graham For Paul Graham the photographer, see Paul Graham (photographer). ...
Viaweb was a company that provided software and reporting tools for building and operating online commerce Web sites. ...
In software engineering, a web application is an application delivered to users from a web server over a network such as the World Wide Web or an intranet. ...
External links |