11 comments

[ 3.2 ms ] story [ 34.8 ms ] thread
Give me an implementation of Harmony as described in http://brendaneich.com/2011/01/harmony-of-my-dreams/ in Narcissus, and I would certainly play around with this extension.
This is one of the main goals of Narcissus and Zaphod, actually, since it's much easier to hack Narcissus than SpiderMonkey. We're working on integrating Harmony proposals into Narcissus.
In case you were already familiar with Narcissus, this appears to just be Narcissus packaged in a Firefox addon, not a new JavaScript implementation written in JavaScript as the title implies.
You're correct. To me, JavaScript in JavaScript that can run in the browser was the most important part (although I should have added "in the browser"). If I had called it "Zaphod - run Narcissus in firefox", it probably wouldn't have gotten anyone's attention.
Turtles all the way down (read Gödel, Escher, Bach)!
Sorry, can someone please give an overview of what this is and how it works (I did not find any detailed examples on the site).

My understanding is that its an alternative javascript engine that can be modified (using javascript itself I assume) and those modifications packaged and shared.

Is that right? I was looking for an example of how you modify the engine and what can be modified. Any ideas?

Arh! I see.

So, when if I install this extension, I can hack those files (in the extension's directory I assume) reload the browser and the javascript engine will do whatever I have changed?

That directory is out of date. (I'm not sure why it hasn't been removed yet.) The new project page is here: https://github.com/mozilla/narcissus

We moved it to GitHub to make it easier for people to submit pull requests and the like.