<div dir="ltr">Someone reminded me that I didn't include the link.  Duh.<div><br></div><div>It's here:<br><div><br></div><div><a href="https://github.com/maitria/gambit-objc">https://github.com/maitria/gambit-objc</a><br>
</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, May 18, 2013 at 12:12 PM, Jason Felice <span dir="ltr"><<a href="mailto:jason.m.felice@gmail.com" target="_blank">jason.m.felice@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi!<div><br></div><div>I've just released gambit-objc 0.1.0.  This is the "it has the basics, and the implementation is complete enough for real projects" release.</div>
<div><br></div>
<div>* It gives you access to Objective-C class objects.  The easiest way is:</div><div><br></div><div>  (import-classes (NSString NSDictionary))</div><div><br></div><div>  after which, you can refer to them.</div>
<div><br></div><div>* It dynamically dispatches Objective-C methods:</div><div><br></div><div>  (: NSString stringWithUTF8String: "hello, world")</div><div><br></div><div>* It supports marshaling of native Scheme objects to C/Objective-C types for parameter and return values, including structures, selectors, all integral types, and UTF8 strings.  It wraps Objective-C objects with foreign.</div>

<div><br></div><div>* It has a objc-repl, an extended version of gsi which supports square-brace syntax, like so:</div><div><br></div><div>  [NSString stringWithUTF8String: "Hello, world!"]</div>
<div><br></div><div>You'll find a minimal sample Cocoa app in the distribution as well.</div><div><br></div><div>There are many cool things that can be added.  I'd love to collaborate, help people use it, and otherwise enable its adoption.</div>

<div><br></div><div>I'm really happy with how elegant it ended up (after a couple partial implementations were scrapped).  My next focus will be making it easy to boot on iOS and bring into iOS projects.</div><span class="HOEnZb"><font color="#888888">
<div><br></div><div>-Jason</div></font></span></div>
</blockquote></div><br></div>