Goofing around with TypeScript & Windows Script Host
I've been horsing around a lot lately with Windows Script Host for various reasons, some more interesting than others. I've actually done a bunch of random things to make it much more palatable under Visual Studio 2012: perhaps I'll share some of that goofy magic later, but for right now I'm now trying out TypeScript, because I'm a firm believer in compile time errors finding lots of runtime problems, and I figured I'd toss some wrappers (d.ts files) I've created to make using stuff with WScript/CScript better onto my blog. It's pretty raw, only having received minimal testing, but it's helped a bit, so I figured I'd share. Enjoy!
Comments
Anonymous
January 11, 2013
TypeScript rocks! Please post code on github/bitbucket/codeplex so I can browse it easily :)Anonymous
January 19, 2013
The comment has been removedAnonymous
January 28, 2013
Yes, please share :)