Oaklisp
Appearance
Paradigm | multi-paradigm: object-oriented, functional, procedural |
---|---|
Designed by | Kevin J. Lang & Barak A. Pearlmutter |
First appeared | 1986 |
Stable release | |
Typing discipline | dynamic, strong |
Major implementations | |
Oaklisp | |
Influenced by | |
Scheme, T programming language, Smalltalk | |
Influenced | |
Java programming language, Dylan programming language |
Oaklisp is a portable object-oriented Scheme by Kevin J. Lang and Barak A. Pearlmutter while Computer Science PhD students at Carnegie Mellon University. Oaklisp uses a superset of Scheme syntax. It is based on generic operations rather than functions, and features anonymous classes, multiple inheritance, a strong error system, setters and locators for operations, and a facility for dynamic binding.
Version 1.2 includes an interface, bytecode compiler, run-time system and documentation.
References
- Kevin J. Lang and Barak A. Pearlmutter (1986). "Oaklisp: An object-oriented Scheme with first-class types". ACM SIGPLAN Notices, special issue: Proceedings of OOPSLA '86. 21 (11): 30–7.
{{cite journal}}
: Unknown parameter|month=
ignored (help) - Kevin J. Lang and Barak A. Pearlmutter (1988). "Oaklisp: an object-oriented dialect of Scheme". Lisp and Symbolic Computation. 1 (1). Kluwer Academic Publishers: 39–51.
{{cite journal}}
: Unknown parameter|month=
ignored (help) - Barak A. Pearlmutter and Kevin J. Lang (1991). "The Implementation of Oaklisp". In Peter Lee (ed.). Topics in Advanced Language Implementation. Cambridge MA: MIT Press. pp. 189–215. ISBN 0-2621-2151-4.
External links
This article is based on material taken from the Free On-line Dictionary of Computing prior to 1 November 2008 and incorporated under the "relicensing" terms of the GFDL, version 1.3 or later.