32
edits
(Bring up to date with the current state of the world.) |
|||
Line 775: | Line 775: | ||
Any idea what we're doing with setTimeout and setInterval? Namely, in their string argument form. --[[User:Hixie|Hixie]] 01:43, 28 Aug 2005 (PDT) | Any idea what we're doing with setTimeout and setInterval? Namely, in their string argument form. --[[User:Hixie|Hixie]] 01:43, 28 Aug 2005 (PDT) | ||
setTimeout should be fairly easy to support by checking that 3rd argument and delegating to the approptiate script language. Haven't really looked at setInterval's implementation but believe it is similar (if not the same!) [markh] | |||
---- | ---- | ||
Line 781: | Line 783: | ||
very minor note, not sure where else to log this, feel free to remove it if you find it objectionable...i find it disappointing that this is only being considered for XUL, not as a direct alternative to JS. props to brendan, i do not intend to speak disrespectfully of his contribution, but everywhere now i see "applications" written using ajax (i don't think this is a fad). this may very well be the next step in application development, and we are very early on in the process and have a chance to set a decent foundation before the web application economy takes off. i think we all will admit JS is not a language many of us are interested in coding largish apps in, once again, no disrespect. ten years from now JS will be like a tyranny, not a tool, with countless hacks to get around its limitations. i love the idea of language neutrality, i would love to be able to drop ruby in where i am now using JS. i understand the security issues but there has got to be a way. please, if we don't fix this as an application platform, someone else will, refragmenting a market that is finally coalescing around standards. | very minor note, not sure where else to log this, feel free to remove it if you find it objectionable...i find it disappointing that this is only being considered for XUL, not as a direct alternative to JS. props to brendan, i do not intend to speak disrespectfully of his contribution, but everywhere now i see "applications" written using ajax (i don't think this is a fad). this may very well be the next step in application development, and we are very early on in the process and have a chance to set a decent foundation before the web application economy takes off. i think we all will admit JS is not a language many of us are interested in coding largish apps in, once again, no disrespect. ten years from now JS will be like a tyranny, not a tool, with countless hacks to get around its limitations. i love the idea of language neutrality, i would love to be able to drop ruby in where i am now using JS. i understand the security issues but there has got to be a way. please, if we don't fix this as an application platform, someone else will, refragmenting a market that is finally coalescing around standards. | ||
MarkH notes that this is being tackled for XUL in the first instance, but the intent is to support it in HTML and XBL. However, HTML will probably not be seriously addressed until a language implementation supporting safe execution is on the table. |
edits