Re: [Algorithms] Complexity of new hardware
Brought to you by:
vexxed72
|
From: Jon W. <jw...@gm...> - 2009-04-28 16:18:16
|
Philip Taylor wrote: > On Tue, Apr 28, 2009 at 5:24 AM, Jon Watte <jw...@gm...> wrote: > > There's JavaScript, which has pretty huge adoption (outside of games), > > and all that stuff) it typically runs in), and is designed to be > embedded into another application and to execute untrusted (often > malicious) code. > > Except the available implementations are, by and large, terrible for embedding -- even worse than Python. Given that JS is found mostly in web browser, the actual implementations I've seen are all terribly browser-centric, and not even factored or documented for separate embedding. Although V8 looks good -- I hadn't looked at that previously. Sincerely, jw |