This isn't too big a deal -- but is it just me or is the documentation string functionality for structs broken in clisp? For example, in some of my code SBCL gives:
* (documentation 'INF_node 'structure)
"A boolean expression in If-then-else Normal Form (INF).
i.e. the nodes for our (R)OBDD."
while clisp gives:[2]> (documentation 'INF_node 'structure)
NIL
SigmaX