[cells-devel] Cells/ASDF: Telling the lisp env that cells is loaded...
Frank Goenninger
frank_goenninger at t-online.de
Fri Feb 13 09:06:37 UTC 2004
Hi all on the list, hi Kenny,
after playing now with cells for a while I wonder what you
guys think of adding something like the following to a cells
load file:
(I put it into cells.asd)
----
(defmethod asdf:perform ((o load-op) (c (eql (find-system :cells))))
(pushnew :cells *features*))
----
Objective was to "tell" other packages/functionality that cells is
loaded into the image/system.
Any comments?
Thx for feedback.
Regards,
Frank
More information about the cells-devel
mailing list