August 26th, 2008
-
Apple's Shell Interface to JavaScriptCore posted by Andrew
Read more...After scanning through some of the most recent changesets over at Apple's WebKit trac, I noticed a few references to a shell interface to the javascript interpreter which allows you to execute javascript using JavaScriptCore directly. I know there are many exising tools SpiderMonkey, Rhino and others for example, but I though it was enough of a development to mention.
To try it out you'll have to download a WebKit nightly, and open the Terminal and
cdin ...
