[Openmcl-devel] Q: Clozure CL and built-in class vs. CLOS class, how to get a CLOS instance from CCL:MAKE-SOCKET?

Tim Bradshaw tfb at tfeb.org
Fri Jul 5 02:22:44 PDT 2013


On 5 Jul 2013, at 10:09, Rainer Joswig wrote:
> 
> 
> * are there other easy ways to get a socket as a CLOS class?

Would it not work to have your own classes which wrap instances of the built-in ones with most of the methods punting to calls on the wrapped object?  I know that's horrible, but it can often work.  The place it fails horribly is if you need to pass these things to code which expects the thing you wrapped and knows too much about them.


More information about the Openmcl-devel mailing list