Subj : Re: Any pointers to info on JS interpreter implementation? To : netscape.public.mozilla.jseng From : Martin Honnen Date : Tue May 24 2005 02:01 pm Christopher M. Balz wrote: > Where may documents (whitepapers, diagrams) that > describe the implementation of one or more major JS > interpreters (i.e., SeaMonkey, JScript, etc.) be > found? Seamonkey is (well was) the code name for the Mozilla browser suite, the JavaScript engine implemented in C is called Spidermonkey. As for documentation of Spidermonkey or Rhino it is accessible from this page: Not sure however you will find whitepapers there, there are docs to explain how to embed/use an engine in your application. -- Martin Honnen http://JavaScript.FAQTs.com/ .