js-slang
js-slang copied to clipboard
Make js-slang development possible on Windows
For the unfortunate few of us who develop on Windows, it would be nice to support js-slang here.
Currently there are a few obstacles:
-
.sh
scripts are part of setup. Solution: Either inform the user to install MinGW shell (which comes with Git in Windows by default), or convert them to NodeJS/Python. -
.sh
scrips are part of pre-commit and pre-push. Same solution as above.