On Mon, Feb 27, 2012 at 12:18 AM, Peter Bittner <[email protected]> wrote:

> We must make it easy for the "end user" (developers using Pyjamas for
> their projects) to
>  1.) add code that needs to execute "early" (provide a generic facility)

 all that's needed to achieve that is to simply insert <script xyz>
into the loader file.

 this has the benefit of working with pyjd as well (because the pyjd
engines are, after all, still web browser engines).

 you *have* to think simultaneously about pyjd, peter, not just
javascript, javascript, javascript.

 whenever you propose these kinds of things, it's really really
important to think, "how am i going to make the *exact* same
functionality work in pyjd, python-only?"

 in other words, how do people execute "early" code (provide a generic
facility) under the pyjd environment?  bearing in mind that
bootstrap{_xxsdadadhsak}.js doesn't even *exist* in the pyjd
environment.

 l.

Reply via email to