Oaklisp
This article is an orphan, as few or no other articles link to it. Please introduce links to this page from related articles; suggestions are available. (February 2009) |
Paradigm | multi-paradigm: object-oriented, functional, procedural |
---|---|
Appeared in | 1986 |
Designed by | Kevin J. Lang & Barak A. Pearlmutter |
Stable release | 07-Jan-2000 (January 7, 2000) |
Typing discipline | dynamic, strong |
Major implementations | Oaklisp |
Influenced by | Scheme, T, Smalltalk |
Influenced | Java, Dylan |
The introduction to this article provides insufficient context for those unfamiliar with the subject. Please help improve the article with a good introductory style. (October 2009) |
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 (November 1986). "Oaklisp: An object-oriented Scheme with first-class types". ACM SIGPLAN Notices, special issue: Proceedings of OOPSLA '86 21 (11): 30–7.
- Kevin J. Lang and Barak A. Pearlmutter (May 1988). "Oaklisp: an object-oriented dialect of Scheme". Lisp and Symbolic Computation (Kluwer Academic Publishers) 1 (1): 39–51. doi: .
- Barak A. Pearlmutter and Kevin J. Lang (1991). "The Implementation of Oaklisp". in Peter Lee. Topics in Advanced Language Implementation. Cambridge MA: MIT Press. pp. 189–215. ISBN 0-262-12151-4.
External links
This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.
If you like SEOmastering Site, you can support it by - BTC: bc1qppjcl3c2cyjazy6lepmrv3fh6ke9mxs7zpfky0 , TRC20 and more...
- Pages with broken file links
- Orphaned articles from February 2009
- Articles with invalid date parameter in template
- All orphaned articles
- Wikipedia articles needing context from October 2009
- All Wikipedia articles needing context
- Wikipedia introduction cleanup from October 2009
- Wikipedia articles incorporating text from FOLDOC
- Scheme implementations
- Object-oriented programming languages