Possible Duplicate:
draw line with anti-aliasing
I want to draw lines and circles on screen with Clojure, how to do it? can someone paste some sample codes here?
Another problem, I define a Map:
(def {:a 4, :b 5, :c 6}, i try to change it to be {:a 1, :b 99, :c 3},
how to do it?