nasser / nostrand

Clojure on Mono

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support loading files

nasser opened this issue · comments

$ cat foo.clj
(println "this is foo")
$ nos foo.clj
this is foo
$