gauche で スクリプト
下のように書くとスクリプトが作れるみたい
ようやくお仕事中に Lispが使えそうだぞっ。ふひひ。
#!/usr/bin/env gosh (use gauche.process) (print "script run!") (run-process '(ls -la) :wait #t) (print "script end!")
https://practical-scheme.net/gauche/man/gauche-refj/SchemesukuriputowoShu-ku.html
http://www.cudo29.org/gauche.html
moremagic
2017-08-28