Re: HTML for games wish list

>>   * It would be good if Browsers would continue supporting "eval" (apparently, FF does, by default, no longer support it) . We are using eval for supporting programming game features (see http://en.wikipedia.org/wiki/Programming_game). (http://en.wikipedia.org/wiki/Programming_game)
> What's the game-specific use case? And why are other methods not sufficient (e.g., common.js require)?

Our use cases are not related to module handling. We have sims/games 
where the user/player can enter her own code for expressions and 
functions at run time. This is like in "programming games", but we want 
to use this also for educational purposes in "serious" games.

-Gerd

Received on Monday, 17 October 2011 12:42:24 UTC