* JLine 다운로드: http://jline.sourceforge.net/downloads.html jline-1.0.jar 파일을 d:\clojure-1.4.0 폴더에 복사함 *일괄 파일 clj.bat 의 내용 :: 1. Change the constants to match your paths :: 2. Put this clj.bat file on your PATH :: :: Usage: :: :: clj # Starts REPL :: clj my_script.clj # Runs the script :: clj my_script.clj arg1 arg2 # Runs the script with arguments @echo off :: Change the following to match your p..