[cells-devel] Ooops: with-c-cache
20 May
2005
20 May
'05
10:14 p.m.
Ooops. I yanked this new macro out of the use case just before posting everything to CVS, forgetting some of you old Cells hands would likely not update from CVS before trying the use case. Here is with-c-cache, not found in cells/constructirs.lisp (defmacro with-c-cache ((fn) &body body) (let ((new (gensym))) `(or (bwhen (,new (progn ,@body)) (funcall ,fn ,new .cache)) .cache))) kt -- Cells? Cello?: http://www.common-lisp.net/project/cells/ Cells-Gtk?: http://www.common-lisp.net/project/cells-gtk/ Why Lisp? http://lisp.tech.coop/RtL%20Highlight%20Film "Doctor, I wrestled with reality for forty years, and I am happy to state that I finally won out over it." -- Elwood P. Dowd
7201
Age (days ago)
7201
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kenny Tilton