Jump to content

Allegro Common Lisp

From Wikipedia, the free encyclopedia

Allegro Common Lisp
ParadigmsMulti-paradigm:procedural,functional,object-oriented,meta,reflective,generic
FamilyLisp
Designed byJohn Foderaro
DeveloperFranz Inc.
First appeared1986;38 years ago(1986)
Stable release
11.0 / January 9, 2024;5 months ago(2024-01-09)
Typing disciplineDynamic,strong
ScopeLexical, optional dynamic
Implementation languageCommon Lisp
PlatformIA-32,x86-64,ARM,68000,SPARC,X-MP,
OSWindows(32/64-bit),macOS(Intel, 32/64-bit),Linux(32/64-bit),FreeBSD(32-bit),Solaris(x64, SPARC; 32/64-bit),UNICOS,UTS
LicenseProprietary,somefreeware
Websitefranz.com/products/allegro-common-lisp
Influenced by
Lisp,Maclisp,Macsyma,Franz Lisp

Allegro Common Lispis aprogramming languagewith anintegrated development environment(IDE), developed by Franz Inc. It is adialectof the languageLisp,acommercial softwareimplementation of the languageCommon Lisp.Allegro CL provides the fullAmerican National Standards Institute(ANSI) Common Lisp standard with many extensions, including threads, CLOS streams, CLOS MOP, Unicode, SSL streams, implementations of various Internet protocols, OpenGL interface.[1][2]The first version of Allegro Common Lisp was finished at the end of 1986,[3]originally calledExtended Common Lisp.[4]Allegro CL is available for manyoperating systemsincludingMicrosoft Windows(32/64-bit), and manyUnixandUnix-like,32-bitor64-bit,includingmacOS(Intel, 32/64-bit),Linux(32/64-bit),FreeBSD(32-bit),Solaris(x64, SPARC; 32/64-bit),UNICOS,andUTS.Internationalization and localizationsupport is based onUnicode.It supports various external text encodings and provides string and character types based onUniversal Coded Character Set2 (UCS-2). Allegro CL can be used with and without itsintegrated development environment(IDE), which is available for Windows, Linux, and on macOS in version 8.2. The IDE (written in Allegro CL) includes development tools including an editor and an interface designer. Allegro CL can be used to deliver applications.

Allegro CL is available asfreeware,a Free Express Edition (with some limits like a constrained heap space) for non-commercial use.[5]Customers can get access to much of the source code of Allegro CL.

Allegro CL includes an implementation ofProlog[6]and an object caching database called AllegroCache.[7][8]

The most recent release, Allegro CL 10.1, supports Symmetric Multiprocessing.[9][10]

Allegro CL has been used to implement various applications:

See also[edit]

References[edit]

  1. ^"Allegro CL 10.0 documentation".Franz Inc.January 21, 2010.RetrievedJuly 19,2013.
  2. ^"Common Lisp Implementations: A survey".Common-Lisp.net.Archived fromthe originalon June 22, 2018.
  3. ^"History of Franz Inc".Franz Inc.RetrievedDecember 23,2018.
  4. ^"Extended Common Lisp".Computerworld.IDG Communications.August 4, 1986. p. 7.
  5. ^"Allegro CL 10.0 Free Express Edition Downloads".Franz Inc.RetrievedJuly 19,2013.
  6. ^"Allegro Prolog (Allegro CL version 10.0 documentation)".Franz Inc.
  7. ^"AllegroCache".Franz Inc.2018.RetrievedDecember 21,2018.
  8. ^Akhmechet, Slava."Databases: A New Frontier".defmacro.Archived fromthe originalon October 5, 2016.RetrievedDecember 23,2018.
  9. ^"Symmetric Multiprocessing documentation".Franz Inc.May 30, 2012.RetrievedJuly 19,2013.
  10. ^"Notes on SMP, David Margolies"(PDF).Archived fromthe original(PDF)on June 3, 2013.RetrievedJuly 19,2013.
  11. ^White, Stephen (July 10, 2002)."Postmortem: Naughty Dog's Jak and Daxter: the Precursor Legacy".Gamasutra.UBM Technology Group.RetrievedDecember 21,2018.
  12. ^Gavin, Andy (1996)."Making Crash Bandicoot – GOOL".All Things Andy Gavin.RetrievedDecember 21,2018.
  13. ^Kramer, Laurence A. (2000)."Generating a Long Range Plan for a New Class of Astronomical Observatories"(PDF).Association for the Advancement of Artificial Intelligence.RetrievedDecember 23,2018.
  14. ^Mittman, David S.; Hawkins, Robert."Scheduling Spitzer: The SIRPASS Story"(PDF).European Space Agency.RetrievedDecember 23,2018.

External links[edit]