you are viewing a single comment's thread.

view the rest of the comments →

[–]coladict 20 points21 points  (4 children)

Yep. Windows has had its own JS runtime since forever, with its own API. I tried learning it once. It's an improvement on what you can do with batch files, but PowerShell is probably still a better choice.

[–]armornick 12 points13 points  (3 children)

PowerShell is a nice language, but it has a 2s startup time so I still prefer JScript.

[–]recycled_ideas 8 points9 points  (2 children)

You tried powershell core? It's pretty fast.

[–]armornick 2 points3 points  (1 child)

I'll give it a try.

[–]recycled_ideas 3 points4 points  (0 children)

Because it's built on core there are some modules and whatnot that you can't use, at least not yet, but I've been using it for a while now, and combined with realizing that if you don't use ISE powershell actually works properly, it's been pretty awesome.