clojure interpreter 를 4clojure 에서 제공한다.(http://tryclj.com/)
오픈 소스로 다운로드해 아래와 같이 동작 시킬 수 있다.
https://github.com/Raynes/tryclojure
아래와 같이 실행하라고 하지만,
$ lein do deps, run
으로 해야 한다.
Running tryclojure is as easy as hitting your head on a low-hanging pipe.
The general workflow for running tryclojure is as follows:
lein deps, run
That should run tryclojure on port 8801.
댓글 달기