[Chicken-users] Chicken objc egg on OSX Lion

2011-11-19 Thread Achint Sandhu
Hi, I've got an objective-C cocoa application and I'd like to migrate a significant portion of the model layer and service logic into scheme. The UI needs to stay in objective C since it is largely complete and leverages Apple technologies that I'd like to continue using. The c

Re: [Chicken-users] Chicken objc egg on OSX Lion

2011-11-19 Thread Jim Ursetto
On Nov 19, 2011, at 11:01 AM, Achint Sandhu wrote: > The cleanest option I have found so far is the objective-C extension > for Chicken Scheme (http://wiki.call-cc.org/eggref/4/objc), which I'm having > trouble installing on 10.7. > > A quick google search reveals > http://lists.g

Re: [Chicken-users] Chicken objc egg on OSX Lion

2011-11-19 Thread Achint Sandhu
Thanks Jim. Is there something that would prevent the support for Objective C 2.0 or is it the case that no one has got around to it yet ? Cheers, Achint On 2011-11-19, at 15:55 , Jim Ursetto wrote: > > On Nov 19, 2011, at 11:01 AM, Achint Sandhu wrote: > >> The cleanest option I have

Re: [Chicken-users] Chicken objc egg on OSX Lion

2011-11-19 Thread Achint Sandhu
I found the response to my question - http://wiki.call-cc.org/eggref/4/objc#requirements Cheers, Achint On 2011-11-19, at 17:05 , Achint Sandhu wrote: > Thanks Jim. > > Is there something that would prevent the support for Objective C 2.0 or is > it the case that no one has got around to it

Re: [Chicken-users] Chicken objc egg on OSX Lion

2011-11-19 Thread Jim Ursetto
On Nov 19, 2011, at 4:05 PM, Achint Sandhu wrote: > Is there something that would prevent the support for Objective C 2.0 or is > it the case that no one has got around to it yet ? No, not as far as I know -- it's just a matter of coding. It's just that no one has been interested enough to do

Re: [Chicken-users] Chicken objc egg on OSX Lion

2012-01-10 Thread Stephen Eilert
On Sat, Nov 19, 2011 at 5:55 PM, Jim Ursetto wrote: > > On Nov 19, 2011, at 11:01 AM, Achint Sandhu wrote: > > > The cleanest option I have found so far is the objective-C > extension for Chicken Scheme (http://wiki.call-cc.org/eggref/4/objc), > which I'm having trouble installing on 10.7.