tags:

views:

93

answers:

1

Are there any pure Javascript alternatives to Narcissus for running Javascript in a web browser? ( Narcissus is the Javascript interpreter written in Javascript itself and is made by the inventor or Javascript)

+2  A: 

Here's a List of ECMAScript engines, but Narcissus seems to be the only one implemented using JavaScript.

cxfx
Ok thanks. I need the engine written in javascript so that I can run it in the browser
Zubair