Differences between revisions 1 and 2
Revision 1 as of 2007-02-12 04:09:21
Size: 1022
Comment: mac
Revision 2 as of 2008-11-15 14:00:52
Size: 1022
Editor: localhost
Comment: converted to 1.6 markup
No differences found!

Comprehensive Wikipedia Entry on Javascript: http://en.wikipedia.org/wiki/JavaScript

John J. Lee has an (unmaintained) Python-Javascript bridge:

http://wwwsearch.sourceforge.net/python-spidermonkey/

OS X 10.4 now includes Javascript and Cocoa bridges which can be used in Widgets and /WebKit objects.

http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSProgTopics/Tasks/ObjCFromJavaScript.html#//apple_ref/doc/uid/30001215

But PyObjC may be superior.

From The ADC article "Using PyObjC for Developing Cocoa Applications with Python" ( http://developer.apple.com/cocoa/pyobjc.html)

**Many Bridges to Your Destination** PyObjC is just one of many Cocoa bridges. Apple has offered its Java bridge since Mac OS X 10.0, and Mac OS X Tiger 10.4 rolled out a /JavaScript bridge which allows Dashboard Widgets to communicate with Objective-C objects. Third-party developers have also created bridges for C#, Lisp, Perl, Ruby and Smalltalk to name a few. And, of course, Python.

MacPython/JavaScript (last edited 2008-11-15 14:00:52 by localhost)

Unable to edit the page? See the FrontPage for instructions.