Previous: Guarded COND Clause, Up: Scheme Syntax Extension Packages [Contents][Index]
(require 'oop)
or (require 'yasos)
‘Yet Another Scheme Object System’ is a simple object system for Scheme based on the paper by Norman Adams and Jonathan Rees: Object Oriented Programming in Scheme, Proceedings of the 1988 ACM Conference on LISP and Functional Programming, July 1988 [ACM #552880].
Another reference is:
Ken Dickey.
Scheming with Objects
AI Expert Volume 7, Number 10 (October 1992), pp. 24-33.
ftp://ftp.cs.indiana.edu/pub/scheme-repository/doc/pubs/swob.txt
• Yasos terms: | Definitions and disclaimer. | |
• Yasos interface: | The Yasos macros and procedures. | |
• Setters: | Dylan-like setters in Yasos. | |
• Yasos examples: | Usage of Yasos and setters. |