As it would come handy in what I am currently programming, I was wondering whether "User-extensible sequences in common Lisp" described in http://citeseerx.ist.psu.edu/viewdoc/do ... 1&type=pdf or something similar has already made its way into some common lisp implementation. Does anybody know this?
Edit:
Ok, just after I posted this I found that SBCL seems to have this extension. But something is not working. When defining
Edit:
Ok, just after I posted this I found that SBCL seems to have this extension. But something is not working. When defining
(defclass my-seq (sequence) ()) I cannot use #'make-instanceThere is no applicable method for the generic function #<STANDARD-GENERIC-FUNCTION INITIALIZE-INSTANCE (5)>. Why is that? Why do I have to write my own initialize-instance? Usually, this is done automatically.Sorry for my bad english.
Visit my blog http://blog.uxul.de/
Visit my blog http://blog.uxul.de/