[XML-SIG] dom implementations

Lars Marius Garshol larsga@garshol.priv.no
30 Jan 2001 13:15:26 +0100


* Lars Marius Garshol
| 
| Features from Aspect-Oriented Programming, or CLOS, would be nice.

* Nicolas Chauvat
| 
| Any pointers ?

AOP:

  <URL: http://aspectj.org/servlets/AJSite >

As far as I can tell this is little more than a cut-down version of
CLOS. That is still interesting, though.


CLOS is the Common Lisp Object System, which is basically the
object-oriented part of Common Lisp. 

  <URL: http://www.cetus-links.org/oo_clos.html >
  <URL: http://www.cs.cmu.edu/~dst/LispBook/index.html >

Paul Graham's 'ANSI Common Lisp' is by far the best introduction to
Common Lisp I have ever read, and it also covers CLOS. IMHO it is also
the best 'learn how to program in this language'-book ever.

--Lars M.