LispWorks: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m →‎Releases: Presentation
Removing link(s) to "CLX (Common Lisp)": Removing links to deleted page CLX (Common Lisp).
 
(12 intermediate revisions by 9 users not shown)
Line 1:
{{Infobox softwareprogramming language
| name = LispWorks
| logo =
| logo caption =
| screenshot =
| screenshot =
| caption =
| screenshot caption =
| developer = LispWorks Ltd
| paradigms = [[Multi-paradigm programming language|Multi-paradigm]]: [[Procedural programming|procedural]], [[Functional programming|functional]], [[Object-oriented programming|object-oriented]], [[Metaprogramming|meta]], [[Reflective programming|reflective]], [[Generic programming|generic]]
| released = {{Start date and age|1989}}
*| afamily = [[JavaLisp (programming language)|JavaLisp]] interface
| latest release version = 7.0
| designer = <!-- or designers; names of humans -->
| latest release date = {{Start date and age|2015|05|05}}
| developers = [[Harlequin (software company)|Harlequin Ltd.]] 1987–2000<br/>[[Xanalys]] Ltd. 2001–2005<br/>LispWorks Ltd. 2005–2021
| latest preview version =
| latestreleased preview= {{Start date and = age|1989}}
| latest release version = 78.0.1
| operating system = [[Microsoft Windows]] (x86/x64), [[Mac OS X]] (x86/x64), [[Linux]](x86/x64, ARM), [[FreeBSD]] (x86/x64), [[Solaris (operating system)|Solaris]] (x86/x64 and SPARC), and [[IBM AIX|AIX]] (POWER), [[Android (operating system)|Android]], [[IOS]]
| released latest release date = {{Start date and age|19892022|06|28}}
| operating system desc =
| typing = [[Dynamic typing|Dynamic]], [[Strongly-typed programming language|strong]]
| size =
| scope = [[Scope (computer science)|Lexical, optional dynamic]]
| genre = [[Integrated Development Environment|IDE]]
| programming language = [[Common Lisp]]
| license =
| platform = [[IA-32]], [[x86-64]], [[ARM architecture|ARM]], [[SPARC]], [[PowerPC]]
| website = {{URL|www.lispworks.com}}
| operating system = [[Microsoft Windows|Windows]] (x86/x64), [[Mac OS XmacOS]] (x86/x64), [[Linux]](x86/x64, ARM), [[FreeBSD]] (x86/x64), [[Solaris (operating system)|Solaris]] (x86/x64 and SPARC), and [[IBM AIX|AIX]] (POWER), [[Android (operating system)|Android]], [[IOSiOS]]
| license = [[Proprietary software|Proprietary]]
| file ext =
| file format = <!-- or: | file formats = -->
| website = {{URL|www.lispworks.com}}
| implementations =
| dialects =
| influenced by = [[Lisp (programming language)|Lisp]], [[Common Lisp]]
| influenced =
}}
 
'''LispWorks''' is computer [[software]], a [[Proprietary software|proprietary]] implementation and [[integrated development environment]] (IDE) for the [[programming language]] [[Common Lisp]]. LispWorks was developed by the UK software company [[Harlequin (software company)|Harlequin Ltd.]], and first published in 1989.<ref>{{cite web |url=http://permalink.gmane.org/gmane.lisp.lispworks.general/11464 |title=LispWorks 1.0 released in 1989}}</ref> Harlequin ultimately spun off its Lisp armdivision as [[Xanalys]] Ltd., which took over management and rights to LispWorks. In January 2005, the Xanalys Lisp team formed [http://www.lispworks.com/company.html LispWorks Ltd.] to market, develop, and support the LispWorks software.
'''LispWorks''' is a commercial implementation and [[Integrated Development Environment]] for the [[Common Lisp]] [[programming language]]. The software runs on [[Microsoft Windows]], [[Mac OS X]] (Intel), [[Linux]] (ARM and Intel), [[FreeBSD]], [[Solaris (operating system)|Solaris]] (x86/x64, SPARC) and [[IBM AIX|AIX]]. A runtime version for [[Android (operating system)|Android]] and [[IOS]] is available.
 
Some of LispWorks's features areinclude:
LispWorks was developed by the UK software company [[Harlequin (software company)|Harlequin Ltd.]], and first published in 1989.<ref>{{cite web|url=http://permalink.gmane.org/gmane.lisp.lispworks.general/11464 |title=LispWorks 1.0 released in 1989}}</ref> Harlequin ultimately spun off its Lisp arm as [[Xanalys]], which took over management and rights to LispWorks. In January 2005, the Xanalys Lisp team formed [http://www.lispworks.com/company.html LispWorks Ltd.] to market, develop, and support the LispWorks software.
* aA native-code compiler and an interpreter for an extended ANSI Common Lisp
* anAn implementation of the [[Common Lisp Object System]] with support for the [[Metaobjectmetaobject]] protocol
* supportSupport for 32bit[[32-bit]] and 64bit[[64-bit]] versions
* nativeNative [[Thread (computing)|threads]] and [[symmetric multiprocessing]]
* [[Unicode]] support: it can read and write Unicode files, and supports strings, so encoded in [[Unicode]]
* Foreign Languagelanguage Interfaceinterface (FFI) forto interfacinginterface with routines written in [[C (programming language)|C]]
* A [[Java (programming language)|Java]] interface
* theThe ''common [[Commonapplication Applicationprogramming Programmerinterface]]'s Interface|Common Application Programmer's Interface (CAPI) [[graphical user interface]] (GUI) toolkit, which provides native look-and-feel on Windows, [[Cocoa (API)|Cocoa]], [[GTK+]], and [[Motif (software)|Motif]]
* anAn [[Emacs]]-like editor; (source code is included in the Professional edition)
* aA Lisp Listener,<ref>[{{cite web |url=http://www.lispworks.com/documentation/lw70/IDE-M/html/ide-m-147.htm#pgfId-853189 |title=The Listener], LispWorks 7.0, (LispWorks IDE User Guide (Macintosh version)) |date=12 Feb 2015 |access-date=2019-01-06}}</ref> which provides a Common Lisp [[Readread–eval–print Eval Print Looploop]] (REPL)
* aA graphical [[debugger]], [[Inspector window|inspector]], stepper, [[ProfilerProfiling (computer scienceprogramming)|profiler]], [[class browser]], etc.
* aA facility to generate standalone executables and shared [[Library (computing)|libraries.]]; Toto reduce memory size, a tree shaker can be used to remove unused code and data.
* onOn [[Mac OS XmacOS]], it provides a bridge to [[Objective-C]] for using Apple's [[Cocoa (API)|Cocoa]] libraries
* manyMany of the libraries are written using the [[Common Lisp Object System]] (CLOS) and can be extended by the user, (by writing subclasses and new methods)
 
The Enterprise edition also includes [[KnowledgeWorks]], which supports ''rule-based'' or [[logic programming]] (including support for [[Prolog]]); the CommonSQL database interface; and a [[CORBACommon Object Request Broker Architecture]] (CORBA) binding.
Some of LispWorks's features are
* a native-code compiler and an interpreter for an extended ANSI Common Lisp
* an implementation of the [[Common Lisp Object System]] with support for the [[Metaobject]] protocol
* support for 32bit and 64bit versions
* native threads and symmetric multiprocessing
* [[Unicode]] support: it can read and write Unicode files and supports strings encoded in [[Unicode]]
* Foreign Language Interface (FFI) for interfacing with routines written in C
* a [[Java (programming language)|Java]] interface
* the [[Common Application Programmer's Interface|Common Application Programmer's Interface (CAPI)]] GUI toolkit, which provides native look-and-feel on Windows, [[Cocoa (API)|Cocoa]], [[GTK+]] and [[Motif (software)|Motif]]
* an [[Emacs]]-like editor (source code is included in the Professional edition)
* a Lisp Listener,<ref>[http://www.lispworks.com/documentation/lw70/IDE-M/html/ide-m-147.htm#pgfId-853189 The Listener], LispWorks 7.0, LispWorks IDE User Guide</ref> which provides a Common Lisp [[Read Eval Print Loop]]
* a graphical [[debugger]], [[Inspector window|inspector]], stepper, [[Profiler (computer science)|profiler]], [[class browser]], etc.
* a facility to generate standalone executables and shared libraries. To reduce memory size, a tree shaker can be used to remove unused code and data.
* on [[Mac OS X]] it provides a bridge to [[Objective-C]] for using Apple's [[Cocoa (API)|Cocoa]] libraries
* many of the libraries are written using the [[Common Lisp Object System]] and can be extended by the user (by writing subclasses and new methods)
 
In September 2009, it had beenwas announced that LispWorks 6 would support [[Concurrent computing|concurrent]] [[Thread (computing)|threads]] and the CAPI graphics toolkit hashad been extended to support [[GTK+]].<ref>{{cite web |url=http://www.lispworks.com/news/index.html#lw60beta |title=LispWorks 6.0 beta announcement |publisherwebsite=Lispworks.com |access-date= |accessdate=2013-07-19}}</ref> LispWorks 6.1, released in January 2012,<ref>{{cite web |url=http://www.lispworks.com/news/index.html#61release |title=Release of LispWorks 6.1 |publisherwebsite=Lispworks.com |access-date= |accessdate=2013-07-19}}</ref> includesincluded many further enhancements to CAPI, such as support for anti-aliased drawing.
The Enterprise edition also includes [[KnowledgeWorks]], which supports rule-based programming (including support for Prolog); the CommonSQL database interface; and a [[CORBA]] binding.
 
LispWorks ran on the [[spacecraft]] [[Deep Space 1]]. The application called [[Deep Space 1#Remote Agent|RAX]] won the NASA Software of the Year award in 1999.<ref>{{cite web |url=https://www.globalgraphics.com/news/ggpress.nsf/GGRVPressReleasesPublished/06608A7E4A25BE15802568E1005745C8/$FILE/PR19990817a.pdf |title=NASA Software of the Year award for Harlequin based development |publisherwebsite=Globalgraphics.com |access-date= |accessdate=2013-07-19}}</ref>
In September 2009, it had been announced that LispWorks 6 would support concurrent threads and the CAPI graphics toolkit has been extended to support [[GTK+]].<ref>{{cite web|url=http://www.lispworks.com/news/index.html#lw60beta |title=LispWorks 6.0 beta announcement |publisher=Lispworks.com |date= |accessdate=2013-07-19}}</ref> LispWorks 6.1, released in January 2012,<ref>{{cite web|url=http://www.lispworks.com/news/index.html#61release |title=Release of LispWorks 6.1 |publisher=Lispworks.com |date= |accessdate=2013-07-19}}</ref> includes many further enhancements to CAPI, such as support for anti-aliased drawing.
 
LispWorks ran on the [[spacecraft]] [[Deep Space 1]]. The application called [[Deep Space 1#Remote Agent|RAX]] won the NASA Software of the Year award in 1999.<ref>{{cite web|url=https://www.globalgraphics.com/news/ggpress.nsf/GGRVPressReleasesPublished/06608A7E4A25BE15802568E1005745C8/$FILE/PR19990817a.pdf |title=NASA Software of the Year award for Harlequin based development |publisher=Globalgraphics.com |date= |accessdate=2013-07-19}}</ref>
 
==Releases==
{| class="wikitable sortable"
|-
! style="width: 60pt" | Date !! Version !! SourceCompany !! Notes
|-
| 1987 || alpha || [[Harlequin (software company)|Harlequin]] || Begun by British firm
|-
| 12 Sep 1989 || 1.0 || Harlequin || [[Graphical user interface|GUI]] with CLX, CLUE, and LispWorks toolkit
|-
| {{nowrap|Dec 1991}} || 3.0 || Harlequin ||
| 1987 || alpha || LispWorks || Started by the British company Harlequin
|-
| {{nowrap|1217 SepMar 1989}}1997 || 14.0 || Harlequin || For Windows, GUI with [[CLX (Common Lisp)|CLX]]CAPI, CLUECLIM and LispWorks toolkit2.0
|-
| 6 Jan 1999 || 4.1 || Harlequin || With [[Common Object Request Broker Architecture|CORBA]], [[Linux]] port
| {{nowrap|Dec 1991}} || 3.0 || Harlequin ||
|-
| {{nowrap|1719 MarFeb 1997}}2001 || 4.01.20 || Harlequin[[Xanalys]] || for Windows, GUI with CAPI
|-
| 19 Dec 2001 || 4.2 || Xanalys || No [[Run time (program lifecycle phase)|run time]] fees for applications on [[Microsoft Windows|Windows]]
| {{nowrap|6 Jan 1999}} || 4.1 || Harlequin || with [[CORBA]]
|-
| {{nowrap|195 FebMay 2001}}2002 || 4.12.206 || Xanalys ||
|-
| {{nowrap|1930 DecJun 2001}}2003 || 4.23 || Xanalys || noFirst runtime feesrelease for applications[[macOS]], onwith Microsoft[[Cocoa (API)|Cocoa]] Windowssupport
|-
| {{nowrap|58 MayDec 2002}}2004 || 4.2.64 || Xanalys ||
|-
| {{nowrap|2715 JanApr 2012}}2005 || 64.14.5 || LispWorks Ltd ||
| {{nowrap|30 Jun 2003}} || 4.3 || Xanalys || first release for [[Mac OS X]], with [[Cocoa (API)|Cocoa]] support
|-
| {{nowrap|31 Jul 2006}} || 5.0 || LispWorks Ltd || [[64-bit]] support, [[FreeBSD]] port
| {{nowrap|8 Dec 2004}} || 4.4 || Xanalys ||
|-
| {{nowrap|1527 AprMar 2005}}2008 || 45.4.51 || LispWorks Ltd ||
|-
| {{nowrap|6 Jan 2010}} || 6.0 || LispWorks Ltd || withWith [[symmetric multiprocessing]], [[Solaris (operating system)|Solaris]] on Intel port, CAPI for [[GTK+]]
| {{nowrap|31 Jul 2006}} || 5.0 || LispWorks Ltd ||
|-
| {{nowrap|27 MarJan 2008}}2012 || 56.1 || LispWorks Ltd || High-quality drawing, 64-bit [[FreeBSD]] port
|-
| 5 May 2015 || 7.0 || LispWorks<ref>{{cite web |url=http://www.lispworks.com/news/news34.html |title=Release of LispWorks 7.0 |website=Lispworks.com |access-date=2015-05-09}}</ref> || [[ARM architecture|ARM]] [[Linux]], [[iOS]], [[Android (operating system)|Android]], full [[Unicode]], Hobbyist Edition
| {{nowrap|6 Jan 2010}} || 6.0 || LispWorks Ltd || with [[symmetric multiprocessing]]
|-
| 13 Nov 2017 || 7.1 || LispWorks<ref>{{cite web |url=http://www.lispworks.com/news/news35.html |title=Release of LispWorks 7.1 |website=Lispworks.com |access-date=2018-03-07}}</ref> || 64-bit [[iOS]], ARM64 [[Linux]]
| {{nowrap|27 Jan 2012}} || 6.1 || LispWorks Ltd ||
|-
| {{nowrap|514 MayDec 2015}}2021 || 78.0 || LispWorks Ltd<ref>{{cite web |url=http://www.lispworks.com/news/news34news39.html |title=Release of LispWorks 78.0 |publisherwebsite=Lispworks.com |access-date= |accessdate=20152021-0512-0914}}</ref> || ARM Linux,Native iOS,support Android,for fullApple Unicode,silicon HobbyistMacs Edition
|-
|}
 
==See also==
*[[Allegro Common Lisp|Allegro CL]]
 
==References==
{{reflistReflist}}
 
{{Common Lisp}}
{{Lisp programming language}}
{{Widget toolkits}}
 
{{DEFAULTSORT:Lispworks}}
[[Category:Common Lisp implementations]]
[[Category:Common Lisp (programming language) software]]
[[Category:Lisp (programming language)]]

Latest revision as of 22:34, 26 May 2023

LispWorks
ParadigmsMulti-paradigm: procedural, functional, object-oriented, meta, reflective, generic
FamilyLisp
DevelopersHarlequin Ltd. 1987–2000
Xanalys Ltd. 2001–2005
LispWorks Ltd. 2005–2021
First appeared1989; 35 years ago (1989)
Stable release
8.0.1 / June 28, 2022; 23 months ago (2022-06-28)
Typing disciplineDynamic, strong
ScopeLexical, optional dynamic
Implementation languageCommon Lisp
PlatformIA-32, x86-64, ARM, SPARC, PowerPC
OSWindows, macOS, Linux, FreeBSD, Solaris, AIX, Android, iOS
LicenseProprietary
Websitelispworks.com
Influenced by
Lisp, Common Lisp

LispWorks is computer software, a proprietary implementation and integrated development environment (IDE) for the programming language Common Lisp. LispWorks was developed by the UK software company Harlequin Ltd., and first published in 1989.[1] Harlequin ultimately spun off its Lisp division as Xanalys Ltd., which took over management and rights to LispWorks. In January 2005, the Xanalys Lisp team formed LispWorks Ltd. to market, develop, and support the software.

LispWorks's features include:

The Enterprise edition also includes KnowledgeWorks, which supports rule-based or logic programming (including support for Prolog); the CommonSQL database interface; and a Common Object Request Broker Architecture (CORBA) binding.

In September 2009, it was announced that LispWorks 6 would support concurrent threads and the CAPI graphics toolkit had been extended to support GTK+.[3] LispWorks 6.1, released in January 2012,[4] included many further enhancements to CAPI, such as support for anti-aliased drawing.

LispWorks ran on the spacecraft Deep Space 1. The application called RAX won the NASA Software of the Year award in 1999.[5]

Releases[edit]

Date Version Company Notes
1987 alpha Harlequin Begun by British firm
12 Sep 1989 1.0 Harlequin GUI with CLX, CLUE, and LispWorks toolkit
Dec 1991 3.0 Harlequin
17 Mar 1997 4.0 Harlequin For Windows, GUI with CAPI, CLIM 2.0
6 Jan 1999 4.1 Harlequin With CORBA, Linux port
19 Feb 2001 4.1.20 Xanalys
19 Dec 2001 4.2 Xanalys No run time fees for applications on Windows
5 May 2002 4.2.6 Xanalys
30 Jun 2003 4.3 Xanalys First release for macOS, with Cocoa support
8 Dec 2004 4.4 Xanalys
15 Apr 2005 4.4.5 LispWorks
31 Jul 2006 5.0 LispWorks 64-bit support, FreeBSD port
27 Mar 2008 5.1 LispWorks
6 Jan 2010 6.0 LispWorks With symmetric multiprocessing, Solaris on Intel port, CAPI for GTK+
27 Jan 2012 6.1 LispWorks High-quality drawing, 64-bit FreeBSD port
5 May 2015 7.0 LispWorks[6] ARM Linux, iOS, Android, full Unicode, Hobbyist Edition
13 Nov 2017 7.1 LispWorks[7] 64-bit iOS, ARM64 Linux
14 Dec 2021 8.0 LispWorks[8] Native support for Apple silicon Macs

See also[edit]

References[edit]

  1. ^ "LispWorks 1.0 released in 1989".
  2. ^ "The Listener (LispWorks IDE User Guide (Macintosh version))". 12 Feb 2015. Retrieved 2019-01-06.
  3. ^ "LispWorks 6.0 beta announcement". Lispworks.com. Retrieved 2013-07-19.
  4. ^ "Release of LispWorks 6.1". Lispworks.com. Retrieved 2013-07-19.
  5. ^ "NASA Software of the Year award for Harlequin based development" (PDF). Globalgraphics.com. Retrieved 2013-07-19.
  6. ^ "Release of LispWorks 7.0". Lispworks.com. Retrieved 2015-05-09.
  7. ^ "Release of LispWorks 7.1". Lispworks.com. Retrieved 2018-03-07.
  8. ^ "Release of LispWorks 8.0". Lispworks.com. Retrieved 2021-12-14.