ISLISP
Paradigms | Multi-paradigm: functional, procedural, object-oriented, reflective, meta |
---|---|
Family | Lisp |
Designed by | Many |
Developers | Many |
Implementation language | C, C#, Go, Java, JavaScript, Lisp, |
Platform | IA-32, x86-64 |
OS | Windows, macOS, Linux, BSD, AIX, Solaris, Android, QNX |
Dialects | |
dayLISP, Easy-ISLisp, Iris, ISLisproid, Kiss, OKI ISLISP, OpenLisp, PRIME-LISP | |
Influenced by | |
Common Lisp, EuLisp, Le Lisp, Scheme |
ISLISP (also capitalized as ISLisp) is a programming language in the Lisp family standardized by the International Organization for Standardization (ISO) and International Electrotechnical Commission (IEC) joint working group ISO/IEC JTC 1/SC 22/WG 16[1][permanent dead link] (commonly termed simply SC22/WG16 or WG16). The primary output of this working group was an international standard, published by ISO.[2] The standard was updated in 2007 and republished as ISO/IEC 13816:2007(E).[3][4] Although official publication was through ISO, versions of the ISLISP language specification are available that are believed to be in the public domain.[5]
The goal of this standards 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.
1955 | 1960 | 1965 | 1970 | 1975 | 1980 | 1985 | 1990 | 1995 | 2000 | 2005 | 2010 | 2015 | 2019 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Lisp 1.5 | ||||||||||||||
Maclisp | ||||||||||||||
Interlisp | ||||||||||||||
Lisp Machine Lisp | ||||||||||||||
Scheme | ||||||||||||||
NIL | ||||||||||||||
Common Lisp | ||||||||||||||
Le Lisp | ||||||||||||||
T | ||||||||||||||
Emacs Lisp | ||||||||||||||
AutoLISP | ||||||||||||||
OpenLisp | ||||||||||||||
PicoLisp | ||||||||||||||
EuLisp | ||||||||||||||
ISLISP | ||||||||||||||
newLISP | ||||||||||||||
Racket | ||||||||||||||
GNU Guile | ||||||||||||||
Visual LISP | ||||||||||||||
Clojure | ||||||||||||||
Arc | ||||||||||||||
LFE | ||||||||||||||
Hy |
Design goals[edit]
ISLISP has these design goals:[6]
- Compatible with extant Lisp dialects where feasible
- Provide basic functionality
- Object-oriented
- Design for extensibility
- Prioritize industrial needs over academic needs
- Promote efficient implementations and applications
ISLISP has separate function and variable namespaces (hence it is a Lisp-2).
ISLISP's object system, ILOS, is mostly a subset of the Common Lisp Object System (CLOS).
Implementations[edit]
ISLISP implementations have been made for many operating systems including: Windows, most Unix and POSIX based (Linux, macOS, FreeBSD, OpenBSD, NetBSD, Solaris, HP-UX, AIX, Cygwin, QNX), Android, DOS, OS/2, Pocket PC, OpenVMS, and z/OS.
Implementations for hardware computer architectures include: x86, x86-64, IA-64, SPARC, SPARC9, PowerPC, MIPS, Alpha, PA-RISC, ARM, AArch64
Name | Creator | Complete ISLisp | Architecture | Written in | Operating system | License | Source code available |
---|---|---|---|---|---|---|---|
OpenLisp | Eligis[7] | Yes | interpreter, compiles to C | C, Lisp | Windows, macOS, Linux, BSD, AIX, Solaris, QNX | Proprietary | Partial |
OKI ISLISP[8] | Kyoto University and Oki Electric Industry Co. | Yes | Bytecode machine, compiles to bytecode | C | Windows | ? | No |
PRIME-LISP | Mikhail Semenov | Yes | Interpreter | C# | Windows | Proprietary, Shareware, freely redistributable binaries | No |
Iris[9] | Masaya Taniguchi[10][permanent dead link] | No | Interpreter | Go | any | Free, Mozilla Public License 2.0 | Yes[11] |
Iris web REPL[12] | Masaya Taniguchi[13][permanent dead link] | No | Interpreter, compiles to JavaScript | Go, JavaScript | Browser | Free, Mozilla Public License 2.0 | Yes[14] |
Kiss[15] | Yuji Minejima[16] | No, not yet | Interpreter | C, Lisp | any | Free, GPL v3+ | Yes[17] |
ISLisproid[18] | Hiroshi Gomi | No | Interpreter | Java | Android | Proprietary | No |
dayLISP[19] | Matthew Denson | No | Interpreter | Java, Lisp | Any | Free, BSD | Yes[20] |
Easy-ISLisp[21] | Kenichi Sasagawa | ? | Interpreter, compiles to C | C, Lisp | Windows, Linux | Proprietary, free noncommercial use | Partial |
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[edit]
- ^ "WG16 Mail archive".
- ^ "ISO/IEC 13816:1997(E)". International Organization for Standardization. Retrieved 2018-11-10.
- ^ "ISO/IEC 13816:2007(E)". International Organization for Standardization. Retrieved 2018-11-10.
- ^ "Programming Language ISLISP: History".
- ^ "Programming Language ISLISP: Specification".
- ^ "ISLISP.info".
- ^ "Eligis".
- ^ "OKI ISLISP".
- ^ "Iris".
- ^ "Masaya Taniguchi".
- ^ "Iris source code".
- ^ "Iris web REPL".
- ^ "Masaya Taniguchi".
- ^ "Iris source code".
- ^ "Kiss".
- ^ "Yuji Minejima".
- ^ "Kiss source code".
- ^ "ISLisproid".
- ^ "dayLISP".
- ^ "dayLISP source code".
- ^ "Easy-ISLisp".