On Mon, 24 Nov 2008 18:07:09 +0100 Hubert Maier <[EMAIL PROTECTED]> wrote:
> Hi there, > > just a question from a lurker (and user of the new AmigaOS4 build) > > I know that the work on implementing a JS engine has just about > started by adding DOM's (if i'm correct that is). My question is, > will you be writing your own JS engine or use an existing one (i.e. > SpiderMonkey) and go from there? I suspect very strongly that we'll use an off-the-shelf interpreter. There are a couple of choices, and we've historically used existing libraries instead of reinventing the wheel except for where there is a large reason not to do do.
