Oaklisp | |
Paradigm: | multi-paradigm |
Year: | 1986 |
Designer: | Kevin J. Lang & Barak A. Pearlmutter |
Latest Release Version: | 07-Jan-2000 |
Latest Release Date: | January 7, 2000 |
Typing: | dynamic, strong |
Implementations: | Oaklisp |
Influenced By: | Scheme, T, Smalltalk |
Influenced: | EuLisp Java, Dylan |
Oaklisp is a message based portable object-oriented Scheme developed by Kevin J. Lang and Barak A. Pearlmutter while Computer Science PhD students at Carnegie Mellon University.[1] 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.