To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

CLISP
Original author(s)Bruno Haible, Michael Stoll
Developer(s)Various
Initial releaseApril 1987; 37 years ago (1987-04)
Stable release
2.49 / July 7, 2010; 13 years ago (2010-07-07)
Repository
Operating systemCross-platform
Available inCommon Lisp
TypeCompiler, runtime
LicenseGNU General Public License
Websiteclisp.sourceforge.io

CLISP is an implementation of the programming language Common Lisp originally developed by Bruno Haible and Michael Stoll for the Atari ST. Today it supports the Unix and Microsoft Windows operating systems.

CLISP includes an interpreter, a bytecode compiler, debugger, socket interface, high-level foreign language interface, strong internationalization support, and two object systems: Common Lisp Object System (CLOS) and metaobject protocol (MOP).

It is written in C and Common Lisp. It is now part of the GNU Project and is free software, available under the terms of the GNU General Public License (GPL).

YouTube Encyclopedic

  • 1/3
    Views:
    319 087
    145 980
    623
  • Lisp Tutorial
  • Lisp, The Quantum Programmer's Choice - Computerphile
  • LISP Programming Tutorial: Hello World Program: Getting Started with LISP

Transcription

History

Haible did not originally intend to distribute CLISP under the GPL, but in a well-publicised email 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.[1]

Ports

CLISP is extremely portable, running on almost all Unix-based operating systems as well as on Microsoft Windows. Although interpreting bytecode is usually slower than running compiled native binaries, this is not always a major issue (especially in applications like Web development where I/O is the bottleneck). CLISP is also easier to set up than other popular FOSS Common Lisps such as SBCL.

Adoption

Paul Graham used CLISP to run the software for his Viaweb startup. Viaweb was an early web application; portions of it still exist as Yahoo! Stores, the base for Yahoo Shopping [citation needed].

Conrad Barski's Land of Lisp uses some CLISP-specific functions in the textbook exercises.

See also

References

External links


This page was last edited on 22 April 2024, at 01:16
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.