I am new to Clojure, I want to know how ot run the Clooj IDE?
If it needs to install Clojure to my computer, or every time I use
java -cp /path/to/the/clojure.jar clojure.main /path/to/your/code.clj
to run my code?
--
You received this message because you are subscribed to the Google
Groups "
I have a file named pong.clj, it isunder following, I want to know how can
I run it?
Thank you.
(ns example.game.pong
(:use [penumbra opengl]
[clojure.contrib.def])
(:require [penumbra [app :as app] [text :as text]]))
(def ball-width 0.03)
(def ball-height 0.03)
(def paddle-