Mmmm… JavaScript
I’ve just posted a new article on building and using the JavaScript shell. It’s a handy way to experiment with JavaScript — especially if you want to try out new features of upcoming versions of the language.
The idea to do that article came about while I was experimenting with the new JavaScript 1.7 stuff and running into things into things I didn’t know what to do with. So I figured an article would be a good idea.

May 16th, 2006 at 3:16 pm
I’m not sure if this is a must, but I assume clone(function, [scope]) should be clone(function [, scope]) …
May 16th, 2006 at 3:21 pm
Yes, it should be. There are a couple of glitches like that, I think, that I need to clean up.
May 16th, 2006 at 6:12 pm
Would be very nice to have javascript on the server talk to javascript on the browser (ie mozilla). Maybe a fastcgi interface or scgi or maybe another one to talk to httpd (lighttpd.net for example).
Have lots of ideas for this is you would like.
May 17th, 2006 at 11:25 am
I think for most people, Jesse’s JavaScript Shell is more useful:
http://www.squarefree.com/shell/
June 19th, 2006 at 12:16 am
[...] More about Eric Shepherd: Mmmm? JavaScript [...]