Re: Recommendations for scripting/extension languages for Cocoa apps
Re: Recommendations for scripting/extension languages for Cocoa apps
- Subject: Re: Recommendations for scripting/extension languages for Cocoa apps
- From: "Florian G\. Pflug" <email@hidden>
- Date: Mon, 26 May 2003 02:45:20 +0200
On Sun, May 25, 2003 at 07:00:49PM -0400, Dan Sugalski wrote:
>
Folks have already mentioned Python, and I'd definitely take a look
>
at embedding Perl (though it's got the oldest embedding interface, so
>
it's a bit first-draft). However.... take a look at Ruby. It's got
>
the nicest embedding and extension interface of the bunch, and is OO
>
from end to end. (Unlike both Python and Perl) It also draws many
>
ideas from Smalltalk, as was Objective C, and it meshes well with it.
There is an ObjC -> Ruby bridge, that lets you access an abitrary ObjC-Class
by simply loading the shared library containing the class from your ruby
script.
I forgot the url, but look at the ruby application archive
www.ruby-lang.org/raa, and search for osx or cocoa.
greetings, Florian Pflug
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.