Here's an interesting article on implementing Objective-C applications with Gambit on Mac OS X:
http://mikelevins.livejournal.com/3298.html
Thanks to Fabrizio Gotti for pointing this out (Fabrizio is one of the authors of the Gambit IDE "GUIDE").
Marc
Afficher les réponses par date
What!? You can just put objective-c code inside a c-lambda in gambit! O_O
Damn $%#^@
I know someone else who must be wtf-ing at the moment...
On Fri, Jul 17, 2009 at 6:12 PM, Marc Feeley feeley@iro.umontreal.cawrote:
Here's an interesting article on implementing Objective-C applications with Gambit on Mac OS X:
http://mikelevins.livejournal.com/3298.html
Thanks to Fabrizio Gotti for pointing this out (Fabrizio is one of the authors of the Gambit IDE "GUIDE").
Marc
Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list
Hallo,
On Fri, Jul 17, 2009 at 8:03 PM, Jeremie Lasalle Ratellepouexmachinax@gmail.com wrote:
What!? You can just put objective-c code inside a c-lambda in gambit! O_O
Damn $%#^@
I know someone else who must be wtf-ing at the moment...
Be sure to instruct GCC to compile as Objective-C even when compiling .c files with the '-x objective-c' option.
Cheers,
On Fri, Jul 17, 2009 at 6:12 PM, Marc Feeleyfeeley@iro.umontreal.ca wrote:
Here's an interesting article on implementing Objective-C applications with Gambit on Mac OS X:
For some reason, some of the negative responses really motivated me to write a rebuttal. I'd be interested to know if I'm off the mark or not:
http://jlongster.com/blog/2009/07/19/gambit-scheme-app-development/