Practical Common Lisp, Chapter 7



Comment

MACROS : STANDARD CONTROL CONSTRUCS All programmers should be used to the idea that the definition of a language can include a standard library of functionality that is implemented in terms of the "core" language functionality that could have benn implemented by any programmer on top of the language if it…

Read this article

CLOS, Common Lisp Object System



Comment

CLOS Brief Guide based on http://www.aiai.ed.ac.uk/~jeff/clos-guide.html http://www.cs.northwestern.edu/academics/courses/325/readings/clos.php http://cl-cookbook.sourceforge.net/clos-tutorial/ http://www.gigamonkeys.com/book/object-reorientation-generic-functions.html Full source code : Here 1. class-of Built-in Classes SYMBOL STRING INTEGER CONS VECTOR…

Read this article