Importing JS into the MochiKit Interpreter
Friday, July 25th, 2008I find the JS interpreter demo that the MochiKit folks put out to be quite useful. It makes it easy to do little JS experiments from any web browser. Many times, however, I’d like to import some external JS libraries that I’ve stored elsewhere on the web into that interpreter, and there doesn’t seem to be a built-in way to do that. A little googling turned up a nearly ready-made bit of code that can be copy-and-pasted into the interpreter to solve the problem.
(more…)
