Closed
Description
- Version:
master
- Platform: Windows
- Subsystem: build
I want to refactor/rewrite vcbuild.bat
. The options are:
- JScript via
cscript
Pros: Looks like javascript. Built into Windows
Cons: Might get deprecated. ES3-- syntax. - Powershell
Pros: Prefered by Microsoft. Fully structured scripting language. OSS and portable
Cons: New language - Python
Pros: on par with other tools
Cons: increases dependency on python as a requirement for building node
Please voice your opinion. We can do a facebook style poll:
🎉 for JScript
👍 for Powershell
😄for python
😕for just tweaking the batch file
Ref: cscript future?