ISLISP

ISLISP (also capitalized as ISLisp) is a programming language in the LISP family standardized by ISO working group ISO/IEC JTC 1/SC 22/WG 16[1] (commonly referred to simply as SC22/WG16 or WG16). The primary output of this working group was an International Standard, ISO/IEC 13816:1997(E), published by ISO. The standard was updated in 2007 and republished as ISO/IEC 13816:2007(E).[2] Although official publication was through ISO, versions of the ISLISP language specification are available that are believed to be in the public domain.[3]

The goal of this standardization effort was to define a small, core language to help bridge the gap between differing dialects of Lisp. It attempted to accomplish this goal by studying primarily Common Lisp, EuLisp, Le Lisp, and Scheme and standardizing only those features shared between them.

From ISLISP.info:

ISLISP has these design goals:

  • Compatible with existing Lisp dialects where feasible.
  • Provide basic functionality.
  • Object-oriented.
  • Designed with extensibility in mind.
  • Gives priority to industrial needs over academic needs.
  • Promotes efficient implementations and applications.

ISLISP has separate function and variable namespaces (hence it is a Lisp-2).

ISLISP's object system, ILOS, is for the most part a subset of CLOS.

Implementations

Name Creator Complete ISLisp Architecture Written in OS License Source available
OpenLisp Eligis yes interpreter, compiles to C C, Lisp Windows, macOS, Linux, BSD, AIX, Solaris, QNX Proprietary partially
OKI ISLISP Kyoto University and Oki Electric Industry Co. yes byte code machine, compiles to byte code C Windows unknown no
PRIME-LISP Mikhail Semenov yes interpreter C# Windows Shareware (freely redistributable binaries) no
Iris TANIGUCHI Masaya no interpreter Go any Mozilla Public License 2.0 yes
Iris web REPL TANIGUCHI Masaya no interpreter, compiles to JavaScript Go, JavaScript browser Mozilla Public License 2.0 yes
Kiss Yuji Minejima not yet interpreter C, Lisp any GPL v3+ yes
ISLisproid GOMI Hiroshi no interpreter Java Android Proprietary no
dayLISP Matthew Denson no interpreter Java, Lisp any BSD yes
Easy-ISLisp Kenichi Sasagawa ? interpreter, compiles to C C, Lisp Windows, Linux Proprietary (only for non-commercial use) partially
Name Creator Complete ISLisp Architecture Written in OS License Source available

Two older implementations are no longer available:

  • TISL, by Masato Izumi and Takayasu Ito (Tohoku University), was an interpreter and compiler.
  • G-LISP, by Josef Jelinek, was a Java applet.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.