[Openmcl-devel] RLET etc.
Randall Beer
rdbeer at indiana.edu
Mon Jul 10 05:56:40 PDT 2006
There is actually support for this toward the end of OBJC-CLOS.LISP,
but it is part of an incomplete effort at integrating OBJC message
sends into CLOS generic functions. This code looks like its currently
disabled.
Randy
On Jul 9, 2006, at 3:02 AM, Phil wrote:
> I've been finding the inability to persist and manipulate NSRect etc.
> outside of an RLET etc. frustrating so I decided to do something
> about it. Having now gone through the exercise with NSRect, I
> started thinking about what could be an even better approach and
> wanted to get some feedback: why not just create lisp classes for
> NSRect's etc. which would store the needed structure, define methods
> which would allow for more straight-forward manipulation of the
> structure's contents, and add some cases (i.e. ns-rect) to sletify
> which would allow things to work without any further changes. It
> almost seems too easy... am I the only one with issues re: the
> current approach or otherwise missing something?
>
> Thanks,
> Phil
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
More information about the Openmcl-devel
mailing list