jSTalk - All the power of cocoa wrapped up in JavaScript
JSTalk is a scripting language built on top of JavaScript, with a bridge to Apple’s Cocoa libraries. You can use it to communicate with other applications just like AppleScript does, but without the AppleScript.
How does JSTalk (the language) work?
JSTalk is built on top of Apple’s JavaScriptCore, the same JavaScript engine that powers Safari. So when you write in JSTalk, you are really writing JavaScript.
JSTalk also includes a bridge which lets you access Apple’s Cocoa frameworks from JavaScript. This means you have a ton wonderful classes and functions you can use in addition to the standard JavaScript library.
JSTalk also adds a preprocessor to make using the Cocoa frameworks friendlier. Since Cocoa is written in Objective-C, you get a different syntax than what you’d normally encounter in JavaScript for calling methods.
Website: http://jstalk.org/
Git repository: http://github.com/ccgus/jstalk/tree/master
Developer mailing list: http://groups.google.com/group/jstalk-dev
Bug reporting: http://jstalk.lighthouseapp.com/projects/26692-jstalk/