Re: Couverjure: an attempt at a direct bridge between Clojure and Cocoa

2010-01-18 Thread xster
On Jan 17, 11:51 pm, Mark Allerton wrote: > Hi all, > > I've been hacking on a bridge between Clojure and Cocoa, and have been > prompted to break cover by recent discussion of the subject of Objective-C > interfacing here on this list. This is fantastic! In you README.md, you provide the rea

Re: Couverjure: an attempt at a direct bridge between Clojure and Cocoa

2010-01-18 Thread David Nolen
Very cool. On Mon, Jan 18, 2010 at 8:51 AM, Mark Allerton wrote: > Hi all, > > I've been hacking on a bridge between Clojure and Cocoa, and have been > prompted to break cover by recent discussion of the subject of Objective-C > interfacing here on this list. > > The code is strictly "demo" or "p

Couverjure: an attempt at a direct bridge between Clojure and Cocoa

2010-01-17 Thread Mark Allerton
Hi all, I've been hacking on a bridge between Clojure and Cocoa, and have been prompted to break cover by recent discussion of the subject of Objective-C interfacing here on this list. The code is strictly "demo" or "proof of concept" quality right now - the example code and the unit tests work,