On Jun 2, 5:19 am, Peter van der Zee <[email protected]> wrote: > On Thu, Jun 2, 2011 at 11:45 AM, Jarek Foksa <[email protected]> wrote:
> No, but you're right. It's probably not going to be as easy as writing > js in the browser. I don't think the API is very relevant. This is the whole point behind the CommonJS framework. A strong and portable JavaScript application separates its API from the core application code, so that said application can be written once and run in the browser, server, desktop, etc. Each environment would include a respective API access module and the core application code. As far as I know JSLint and Pretty Diff are examples of such separation. austincheney -- To view archived discussions from the original JSMentors Mailman list: http://www.mail-archive.com/[email protected]/ To search via a non-Google archive, visit here: http://www.mail-archive.com/[email protected]/ To unsubscribe from this group, send email to [email protected]
