Posted by: leppie | August 19, 2009

Added another CLR helper – let-clr-type

This one looks like a normal ‘let’ form, but binds to CLR constructed objects instead.

Usage:

(let-clr-type ((obj (TestClass "foo))) ; same as 'clr-new', but without 'clr-new' identifier
   (obj : Message))


Leave a response

Your response:

Categories