From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <13ed6dec35f386652936b725015d6e04@coraid.com> From: erik quanstrom Date: Fri, 16 Feb 2007 09:52:55 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] abaco and gmail In-Reply-To: <599f06db0702160634q4cf51e24x320b99e2ab94991a@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 112dd5d4-ead2-11e9-9d60-3106f5b1d025 i don't know how fgb is doing, but after reading the ecmascript spec, i was considerably less hopeful that i'd have the time to implement it. imho, the worst feature is that it requires having a runtime scanner and parser because javascript can generate code at runtime and call it. also, javascript requires that one map page elements to javascripts object model -- one can theoretically reference any element of a page from javascript. this tight coupling of the browser and javascript engine means that importing an engine doesn't sound like even less fun than writing one. on the other hand, perhaps this is an inspiration for a followon to acme. with the right model, it would be considerably more fun to implement. - erik