[removed] Standalone compiler or interpreter for Windows?

前端 未结 9 912
半阙折子戏
半阙折子戏 2021-02-05 18:19

What are the JavaScript compilers or interpreters available for Windows?

I read the book Eloquent JavaScript recently.

9条回答
  •  萌比男神i
    2021-02-05 18:39

    You can also, under some circumstances run JScript scripts (Microsoft's Javascript implementation) directly on the command prompt.

    But my personal favourite is Rhino, mentioned in the other answer.

提交回复
热议问题