LispWorks: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
LispWorks 7
Line 6: Line 6:
| developer = LispWorks Ltd
| developer = LispWorks Ltd
| released =
| released =
| latest release version = 6.1
| latest release version = 7.0
| latest release date = {{Start date and age|2012|01|27}}
| latest release date = {{Start date and age|2015|05|05}}
| latest preview version =
| latest preview version =
| latest preview date =
| latest preview date =
| operating system = [[Microsoft Windows]], [[Mac OS X]] (PowerPC and Intel), [[Linux]], [[FreeBSD]], [[Solaris (operating system)|Solaris]] (x86/x64 and SPARC), and [[HP UX]]
| 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]]
| operating system desc =
| operating system desc =
| size =
| size =
Line 18: Line 18:
}}
}}


'''LispWorks''' is a commercial implementation and [[Integrated Development Environment]] for the [[Common Lisp]] [[programming language]]. The software runs on [[Microsoft Windows]], [[Mac OS X]] (PowerPC, Intel), [[Linux]], [[FreeBSD]], [[Solaris (operating system)|Solaris]] (x86/x64, SPARC) and [[HP UX]].
'''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.


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.
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.


Some of LispWorks's features are
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
* an implementation of the [[Common Lisp Object System]] with support for the [[Metaobject]] protocol
* support for 32bit and 64bit versions
* native threads
* native threads and symmetric multiprocessing
* [[Unicode]] support: it can read and write Unicode files and supports strings encoded in [[UCS-2]]
* [[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
* 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]]
* 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)
* an [[Emacs]]-like editor (source code is included in the Professional edition)
* a graphical [[debugger]], [[Inspector window|inspector]], stepper, [[Profiler (computer science)|profiler]], [[class browser]], etc.
* a graphical [[debugger]], [[Inspector window|inspector]], stepper, [[Profiler (computer science)|profiler]], [[class browser]], etc.
* a native-code compiler and an interpreter for an extended ANSI Common Lisp
* 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.
* 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
* 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)
* 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)


The Enterprise edition also includes [[KnowledgeWorks]], which supports rule-based programming (including support for Prolog); the CommonSQL database interface; and a [[CORBA]] binding. The Enterprise edition is also available as a 64bit implementation.
The Enterprise edition also includes [[KnowledgeWorks]], which supports rule-based programming (including support for Prolog); the CommonSQL database interface; and a [[CORBA]] binding.


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.
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.
Line 57: Line 59:
* 6 January 2010, LispWorks Ltd Lispworks 6.0, with [[symmetric multiprocessing]]
* 6 January 2010, LispWorks Ltd Lispworks 6.0, with [[symmetric multiprocessing]]
* 27 January 2012, LispWorks Ltd LispWorks 6.1
* 27 January 2012, LispWorks Ltd LispWorks 6.1
* 5 May 2015, LispWorks Ltd LispWorks 7<ref>{{cite web|url=http://www.lispworks.com/news/news34.html |title=Release of LispWorks 7.0 |publisher=Lispworks.com |date= |accessdate=2015-05-09}}</ref>, ARM Linux, iOS, Android, full Unicode, Hobbyist Edition


==See also==
==See also==

Revision as of 18:52, 9 May 2015

LispWorks
Developer(s)LispWorks Ltd
Stable release
7.0 / May 5, 2015; 9 years ago (2015-05-05)
Operating systemMicrosoft Windows (x86/x64), Mac OS X (x86/x64), Linux(x86/x64, ARM), FreeBSD (x86/x64), Solaris (x86/x64 and SPARC), and AIX (POWER), Android, IOS
TypeIDE
Websitewww.lispworks.com/products/lispworks.html

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 (x86/x64, SPARC) and AIX. A runtime version for Android and IOS is available.

LispWorks was developed by the UK software company Harlequin Ltd., and first published in 1989.[1] 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 LispWorks Ltd. to market, develop, and support the LispWorks software.

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 interface
  • the Common Application Programmer's Interface (CAPI) GUI toolkit, which provides native look-and-feel on Windows, Cocoa, GTK+ and Motif
  • an Emacs-like editor (source code is included in the Professional edition)
  • a graphical debugger, inspector, stepper, 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 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)

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

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+.[2] LispWorks 6.1, released in January 2012,[3] includes 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.[4]

Releases

  • 1987, development of LispWorks started by the British company Harlequin
  • 12 September 1989, Harlequin LispWorks 1.0, GUI with CLX, CLUE and LispWorks toolkit
  • December 1991, Harlequin LispWorks 3.0
  • 17 March 1997, Harlequin LispWorks 4.0 for Windows, GUI with CAPI
  • 6 January 1999, Harlequin LispWorks 4.1, with CORBA
  • 19 February 2001, Xanalys LispWorks 4.1.20
  • 19 December 2001, Xanalys LispWorks 4.2, no runtime fees for applications on Microsoft Windows
  • 5 May 2002, Xanalys LispWorks 4.2.6
  • 30 June 2003, Xanalys LispWorks 4.3, first release for Mac OS X, with Cocoa support
  • 8 December 2004, Xanalys LispWorks 4.4
  • 15 April 2005, LispWorks Ltd LispWorks 4.4.5
  • 31 July 2006, LispWorks Ltd LispWorks 5.0
  • 27 March 2008, LispWorks Ltd LispWorks 5.1
  • 6 January 2010, LispWorks Ltd Lispworks 6.0, with symmetric multiprocessing
  • 27 January 2012, LispWorks Ltd LispWorks 6.1
  • 5 May 2015, LispWorks Ltd LispWorks 7[5], ARM Linux, iOS, Android, full Unicode, Hobbyist Edition

See also

References

  1. ^ "LispWorks 1.0 released in 1989".
  2. ^ "LispWorks 6.0 beta announcement". Lispworks.com. Retrieved 2013-07-19.
  3. ^ "Release of LispWorks 6.1". Lispworks.com. Retrieved 2013-07-19.
  4. ^ "NASA Software of the Year award for Harlequin based development" (PDF). Globalgraphics.com. Retrieved 2013-07-19.
  5. ^ "Release of LispWorks 7.0". Lispworks.com. Retrieved 2015-05-09.