1月 08, 2011

Rhino shell - JavaScript shell

https://developer.mozilla.org/en/Rhino_Shell
The JavaScript shell provides a simple way to run scripts in batch mode or an interactive environment for exploratory programming.

解開壓縮檔,執行 " java -jar js.jar " 就會出現提示符號
js> print('hi')
hi
js> 6*7
42

沒有留言:

張貼留言