At your favorite e.g. Gentoo Linux station, download the zipfile from sourceforge, expand it into a directory, cd to that directory and enjoy a Lispy REPL:
Code: Select all
dba@dba ~/clojure $ java -cp clojure.jar clojure.lang.Repl
Clojure
user=> (print "Hello world!\n")
Hello world!
nil
user=>
Code: Select all
$ java -cp clojure.jar clojure.lang.Repl
�%?����ヘ�����
Does anybody have a good suggestion on how I can proceed from this point?