#1. Download Clojure source file
#2. Unpack it
#3. In the Clojure directory, type:
C:\Clojure\>java -cp clojure.jar clojure.main
Then you enter interactive mode:
user=> (+ 1 2 3)
6
user=>(. javax.swing.JOptionPane(showMessageDialog nil "Holla,World")
No comments:
Post a Comment