Jump to content

The XLISP family: Difference between revisions

From EDM2
mNo edit summary
No edit summary
Line 1: Line 1:
XLISP is a family of multi-platform [[LISP]] implementations written by David Betz. XLISP-PLUS is a derivative of XLISP 2.0 that continues to add Common Lisp features. Winterp is a derivative of XLISP-PLUS.
XLISP is a family of multi-platform [[LISP]] implementations originally written by David Betz but later forked by [[Tom Almy]] who had previously also ported the application to OS/2 and [[DOS]] and later renamed his version '''XLISP-PLUS''' and added a [[Microsoft Windows]] version. is a derivative of Xlisp 2.0 that continues to add Common Lisp features. Winterp is a derivative of XLISP-PLUS.
 
The core runtime is written in [[C]] while the rest is implemented in XLISP itself.
 
After 16 years of inactivity, Mr Almy suddenly kicked into life in early 2016 and created a new 3.05 version of XLISP-PLUS
however the libraries will function with the 3.04 OS/2 version, and he has also created a new Windows version that will work under OS/2.
 
====XLISP-STAT====
A fork of Xlisp 2.1 with statistical additions


==Version==
==Version==
* XLisp-Plus v3.04 (1999/01/09)
* XLisp-Plus v3.04 (1999/01/09)
* XLisp-Plus v2.1 (1995/12/27)
* XLisp v2.1 (1995/12/27)


==Links==
==Links==
Line 10: Line 18:
* [http://www.xlisp.org/ XLISP Homepage]
* [http://www.xlisp.org/ XLISP Homepage]


==License==
==Licence and availability==
* Open source software
* Xlisp version 2.1 and later are released under the [[Four Clause BSD Licence]], versions prior to that are in the [[public domain]].


==Author==
==Author==
* Ported by [[Tom Almy]]
* David Betz - Original Xlisp author
 
* [[Tom Almy]] Original porter of Xlisp to OS/2, maintainer of XLISP-PLUS
==Related Articles==


[[Category:Tools]][[Category:LISP]][[Category:DOS Tools]][[Category:MS Windows Tools]][[Category:Generic Unix Tools]][[Category:Open Source Software]][[Category:Software written in C]]
[[Category:Tools]]
[[Category:LISP]]
[[Category:DOS Tools]]
[[Category:MS Windows Tools]]
[[Category:MAC OSX Tools]]
[[Category:MAC Finder Tools]]
[[Category:Generic Unix Tools]]
[[Category:Open Source Software]]
[[Category:Software written in C]]
[[Category:Software written in LISP]]

Revision as of 23:06, 22 March 2016

XLISP is a family of multi-platform LISP implementations originally written by David Betz but later forked by Tom Almy who had previously also ported the application to OS/2 and DOS and later renamed his version XLISP-PLUS and added a Microsoft Windows version. is a derivative of Xlisp 2.0 that continues to add Common Lisp features. Winterp is a derivative of XLISP-PLUS.

The core runtime is written in C while the rest is implemented in XLISP itself.

After 16 years of inactivity, Mr Almy suddenly kicked into life in early 2016 and created a new 3.05 version of XLISP-PLUS however the libraries will function with the 3.04 OS/2 version, and he has also created a new Windows version that will work under OS/2.

XLISP-STAT

A fork of Xlisp 2.1 with statistical additions

Version

  • XLisp-Plus v3.04 (1999/01/09)
  • XLisp v2.1 (1995/12/27)

Links

Licence and availability

Author

  • David Betz - Original Xlisp author
  • Tom Almy Original porter of Xlisp to OS/2, maintainer of XLISP-PLUS