Recent Posts

Bell End

Bell End

Return To Blog Listing

"quite amusing and drastically geeky at the same time"

Recent Posts Tagged With 'jscript'

  • Why dynamic languages suck

    Posted on Friday February 1st, 2008 at 15:31 in , metastorm, programming

    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

    Posted on Tuesday January 8th, 2008 at 16:29 in , jscript, metastorm, programming

    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

    Posted on Wednesday May 23rd, 2007 at 07:18 in , delphi, jscript

    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...