Javascript/spidermonky
ナビゲーションに移動
検索に移動
用途
javascriptのインタプリタです。javascriptと対話したい人向け
windows版インストール
http://opensourcepack.blogspot.com/2012/01/spidermonkey-185-mingw.html
起動
/bin/js.exeクリック
サンプルコード
js> a='hello';print(a); // hello
javascriptのインタプリタです。javascriptと対話したい人向け
http://opensourcepack.blogspot.com/2012/01/spidermonkey-185-mingw.html
/bin/js.exeクリック
js> a='hello';print(a); // hello
|
|