■ [biwascheme] BiwaSchemeがnode.js上でも動くようになりました なんかやってみたらできた。*1 これでBiwaSchemeで日常用スクリプトが書けるぞ! https://github.com/yhara/biwascheme/ 例: /Users/yhara/proj/biwascheme % cat a.scm (print 'hello) /Users/yhara/proj/biwascheme % ./bin/biwas a.scm hello 試す手順: node.jsとnpmを入れる $ git clone git://github.com/yhara/biwascheme.git $ cd biwascheme $ npm install # optparseが入る $ echo "(print 'hello)" > a.scm $ ./bin/b