Re: [Pyobjc-dev] FYI: Open Source Scripting Layer For Cocoa
Brought to you by:
ronaldoussoren
From: Ronald O. <ous...@ci...> - 2003-06-08 14:55:08
|
On Friday, Jun 6, 2003, at 13:49 Europe/Amsterdam, Jack Jansen wrote: > > On Friday, Jun 6, 2003, at 11:35 Europe/Amsterdam, Dinu Gherman wrote: > >> Open Source Scripting Layer For Cocoa >> >> Philippe Mougin writes "F-Script is a lightweight object-oriented >> interactive and scripting layer specifically designed for Mac OS X >> object system (i.e. Cocoa). F-Script version 1.2.4 greatly enhances >> the integration between F-Script and Cocoa, and comes with extended >> documentation. >> >> http://www.macslash.org/articles/03/06/05/1446248.shtml > > I had a look at it, uhm, half a year ago. It is only half a bridge, > i.e. F-Script can use ObjC but not the other way around. > > The main advantage it has over PyObjC is that it has an object/class > browser and an interactive window. It's a bit clunky, but it gets you > there quickly. Both should be doable with PyObjC, the class browser has already been written at least twice and I think their is also an object browser in the mailinglist archives :-). The archives also contain a hack that allows you to write PyObjC based extension bundles, combine all these and you get something *very* interesting. > > A second advantage is that it should be easy to incorporate in your > ObjC program, according to their website. Python is not too hard to integrate into your ObjC programs. If you add some ObjC-sauce integrating Python would be as easy as integrating F-script. Ronald |