Recent Posts
Recent Posts Tagged With 'jscript'
Why dynamic languages suck
I had a little bit of JScript that wasn't working as expected. I stared and stared at it... For a very long time... Here it is.var splitDetails = details.split("\t");for (var i=0; i<splitDetails.Le...
JScript.NET performance
JScript.NET doesn't really seem to have caught on too much. The reasons are clear, there is no IDE support for it in Visual Studio.NET and if the company that developed the language doesn't want to pr...
More on JScript exceptions
I don't know much about JScript, so when I need to find out anything I head off to Google. So that's what I did when I wanted to know about throwing exceptions. Almost every example I've seen shows so...
