CLOS Tutorial

from blog Lisp journey, | ↗ original
We just updated the CLOS page on the Common Lisp Cookbook. You should refer to it for updates. CLOS is the “Common Lisp Object System”, arguably one of the most powerful object systems available in any language. Some of its features include: it is dynamic, making it a joy to work with in a Lisp REPL. For example, changing a class definition will...