js-slang icon indicating copy to clipboard operation
js-slang copied to clipboard

Make js-slang development possible on Windows

Open Fidget-Spinner opened this issue 1 year ago • 0 comments

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:

  1. .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.
  2. .sh scrips are part of pre-commit and pre-push. Same solution as above.

Fidget-Spinner avatar Mar 10 '23 08:03 Fidget-Spinner