Corman Common Lisp: Difference between revisions
→External links: Pruned EL section to meet WP:EL and fixed WP:ORDER |
No edit summary |
||
Line 30: | Line 30: | ||
Corman Common Lisp was designed and implemented by Corman Technologies, since 1995. Previously they developed PowerLisp for the Mac, but Corman CL was a complete rewrite for Windows. (PowerLisp is no longer developed or supported). They developed and maintained Corman CL, with new major releases approximately every 18 months (and minor updates more often), until 2006.<ref>[http://www.cormanlisp.com/CormanLisp/CormanLisp_3_0_Release_notes.txt Corman Lisp 3.0 Release Notes, Sept. 14, 2006] (accessed 1 April 2014)</ref> The CLOS implementation was originally from Art of the Metaobject Protocol Closette, and then extensively rewritten to add missing Common Lisp features and to improve performance. |
Corman Common Lisp was designed and implemented by Corman Technologies, since 1995. Previously they developed PowerLisp for the Mac, but Corman CL was a complete rewrite for Windows. (PowerLisp is no longer developed or supported). They developed and maintained Corman CL, with new major releases approximately every 18 months (and minor updates more often), until 2006.<ref>[http://www.cormanlisp.com/CormanLisp/CormanLisp_3_0_Release_notes.txt Corman Lisp 3.0 Release Notes, Sept. 14, 2006] (accessed 1 April 2014)</ref> The CLOS implementation was originally from Art of the Metaobject Protocol Closette, and then extensively rewritten to add missing Common Lisp features and to improve performance. |
||
In January 2015, with Roger Corman's permission, Corman Common Lisp was copied to github. All future development of Corman Common Lisp is being done from that location. |
|||
== References == |
== References == |
||
Line 35: | Line 37: | ||
==External links== |
==External links== |
||
* {{ |
* {{Original website|http://www.cormanlisp.com/}} |
||
* {{Current development|https://github.com/sharplispers/cormanlisp/}} |
|||
{{Common Lisp}} |
{{Common Lisp}} |
Revision as of 12:38, 26 November 2017
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Developer(s) | Corman Technologies |
---|---|
Initial release | 1995 |
Stable release | 3.0.2
/ June 1, 2015 |
Operating system | Windows Vista, Windows XP, Windows 2000, Windows Server 2003 |
Available in | Common Lisp |
Type | Compiler and runtime |
License | MIT license |
Website | Official website |
Corman Common Lisp is a commercial implementation of the Common Lisp programming language featuring support for the Windows operating system.
License
Corman Common Lisp is commercial software.[1] In 2013 Roger Corman, the author, indicated he considers converting it to open source[2] and in January 2015 he published the source code to the Corman Lisp Github repository under the MIT license.[3]
History
Corman Common Lisp was designed and implemented by Corman Technologies, since 1995. Previously they developed PowerLisp for the Mac, but Corman CL was a complete rewrite for Windows. (PowerLisp is no longer developed or supported). They developed and maintained Corman CL, with new major releases approximately every 18 months (and minor updates more often), until 2006.[4] The CLOS implementation was originally from Art of the Metaobject Protocol Closette, and then extensively rewritten to add missing Common Lisp features and to improve performance.
In January 2015, with Roger Corman's permission, Corman Common Lisp was copied to github. All future development of Corman Common Lisp is being done from that location.
References
- ^ Corman Lisp licensing and pricing information
- ^ Corman Lisp may go open source (a blog from 2013/07/08)
- ^ "Corman Lisp sources are now available".
- ^ Corman Lisp 3.0 Release Notes, Sept. 14, 2006 (accessed 1 April 2014)
External links