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
Languages
Recent
Show all languages
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

Clozure CL
Developer(s)Clozure Associates
Stable release
1.12.2[1] / August 8, 2023; 8 months ago (2023-08-08)
Operating systemLinux, Solaris, FreeBSD, Mac OS X, Microsoft Windows
PlatformCross-platform
Available inCommon Lisp
TypeIDE, Compiler and runtime
LicenseApache 2[2] since Jan 2016, earlier version is licensed under LGPL 2.1.
Websiteccl.clozure.com

Clozure CL (CCL) is a Common Lisp implementation. It implements the full ANSI Common Lisp standard with several extensions (CLOS MOP, threads, CLOS conditions, CLOS streams, ...). It contains a command line development environment, an experimental integrated development environment (IDE) for Mac OS X using the Hemlock editor, and can also be used with SLIME (a Common Lisp development environment for GNU Emacs). Clozure CL is open source and the project is hosted by Clozure Associates.

Supported platforms

Clozure CL supports the Mac OS X, Linux, FreeBSD, Solaris and Microsoft Windows platforms. There are 32 and 64 bit x86 variants for each. Additionally, there are PowerPC ports for Mac OS X and Linux, and a 32-bit ARM port for Linux.

Applications

Clozure CL was used by ITA Software for the business logic of a new Airline Reservation System.[3]

Clozure CL is also commonly used as an underlying Common Lisp implementation for the ACL2 theorem prover.[4]

History

Formerly known as OpenMCL, Clozure CL is an evolution of Macintosh Common Lisp.

Technology

CCL contains a precise, generational, compacting garbage collector. CCL's compiler produces native instructions for Lisp expressions and files. By default every expression entered at the REPL is compiled to native code.

Lisp threads are implemented as preemptively-scheduled, native operating-system threads.

CCL implements built-in facilities to easily interface with C and Objective-C libraries (Cocoa bridge) and these are used to implement the IDE amongst other things.

The IDE (based upon the Hemlock editor) is currently labelled as experimental. An effort[better source needed][5] is underway to improve this.

References

  1. ^ Release Clozure CL 1.12.2
  2. ^ Clozure CL now Apache 2 licensed
  3. ^ ECLM 2009 talk by Dan Weinreb Archived 2012-07-07 at archive.today
  4. ^ "ACL2 installation requirements".
  5. ^ Community pledge drive for IDE improvements

External links


This page was last edited on 27 March 2024, at 01:08
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.