On Fri, Sep 9, 2011 at 5:55 PM, Martin Simmons martin@lispworks.com wrote:
C has a separate namespace for struct/union tags, so a more complete alternative is to use (:struct some-struct-type) everywhere (the LispWorks FLI does this).
I rather like this solution. Plus, we can probably deprecate bare references to struct types. Thanks for the suggestion.