Hacker News new | ask | show | jobs
by pjmlp 4745 days ago
> And, yes, there's a Visual Studio plugin for it if that's your cup of tea.

Only if you are lucky enough to be using 2012 already.

1 comments

You can use Visual Studio Express 2012 for Web, which is no cost. Older VS's you can of course launch the command line compiler. The generated Javascipt is not mangled and is quite debuggable.

I've been using Vim and the browsers' F12.

That might work in a startup, not in an enterprise environment where your computer image is controlled regularly by IT and all software requires approval before use.
It is itself a Javascript program. You can use Typescript in a browser. I once had it working on Windows RT via cscript.exe.
The whole issue was about the development environment experience, not how to execute it.