[Openmcl-devel] Foreign Types in OpenMCL

Pascal J.Bourguignon pjb at informatimago.com
Tue Jun 29 21:35:25 PDT 2004


David Steuber writes:
> Hi list,
> 
> I'm getting my feet wet with Carbon programming in OpenMCL.  Some 
> working code I have has this form in it:
> 
> (rlet ((nib-ref :<IBN>ib<R>ef))...
> 
> I'm wondering why this can't be the more readable and easier to type 
> (IMO) ANSI like form:
> 
> (rlet ((nib-ref :|IBNibRef|))...
> 
> Also:
> 
> CL-USER> (symbol-name :|Foo|)
> "Foo"
> 
> Anyway, it's just a thought.

Or even:

(SETF (READTABLE-CASE *READTABLE*) :PRESERVE)
(RLET ((NIB-REF :IBNibRef)) ... )
(SYMBOL-NAME :Foo) --> "Foo"

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/

There is no worse tyranny than to force a man to pay for what he does not
want merely because you think it would be good for him. -- Robert Heinlein



More information about the Openmcl-devel mailing list