[Openmcl-devel] DEFSTRUCT and :INCLUDE

Tobias C. Rittweiler tcr at freebits.de
Wed Oct 14 10:06:12 PDT 2009


Alexander Repenning <ralex at cs.colorado.edu> writes:

> just curious, why even still use defstruct and not just CLOS. If one
> does not need byte aligned data for low level data structures or to
> squeeze out the last nano second for accessor is there some compelling
> reason to even keep using CL structs?

I prefer structures for their convenient syntactic notation, and
automatic generation of predicate, copier, and especially print
function.

  -T.




More information about the Openmcl-devel mailing list