facebook twitter hatena line email

Javascript/spidermonky

提供: 初心者エンジニアの簡易メモ
移動: 案内検索

用途

javascriptのインタプリタです。javascriptと対話したい人向け

windows版インストール

http://opensourcepack.blogspot.com/2012/01/spidermonkey-185-mingw.html

起動

/bin/js.exeクリック

サンプルコード

js> a='hello';print(a);
// hello