←Older revision | Revision as of 12:35, 14 March 2013 | ||
Line 25: | Line 25: | ||
Well, I am and I am not kidding. Of course, I don't want anyone to write code with 268 nested loops manually. | Well, I am and I am not kidding. Of course, I don't want anyone to write code with 268 nested loops manually. | ||
- | However [[JavaScript]] is just another assembly language - people should not write | + | However [[JavaScript]] is just another assembly language - people should not write it manually. We have higher level languages that should be used by humans and then translated into [[JavaScript]]. Such translators (like [[Bck2Brwsr]]) then need to deal with efficient representation of [[Bck2BrwsrFlow|flow]] and may be in need to deal with '''goto'''. Having an effective way to emulate '''goto''' -- which [[Bck2BrwsrFlow]] is trying to find then becomes essential... |
Thanks for your comment and btw. [[Extreme_Advice_Considered_Harmful|chapter 13]] of [[TheAPIBook]] is called ''Extreme Advice Considered Harmful'' - in honour of [[wikipedia:Goto_considered_harmful|Goto Considered Harmful]]. | Thanks for your comment and btw. [[Extreme_Advice_Considered_Harmful|chapter 13]] of [[TheAPIBook]] is called ''Extreme Advice Considered Harmful'' - in honour of [[wikipedia:Goto_considered_harmful|Goto Considered Harmful]]. | ||
--[[User:JaroslavTulach|JaroslavTulach]] 12:32, 14 March 2013 (UTC) | --[[User:JaroslavTulach|JaroslavTulach]] 12:32, 14 March 2013 (UTC) |