Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
Exact duplicate from the same user. – noahz Sep 18 '12 at 14:24

marked as duplicate by octopusgrabbus, progo, 4e6, amalloy, AVD Sep 19 '12 at 4:13

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

Check out the seesaw library, it gives a good Clojure friendly model for many types of GUIs inlcuding shapes.

https://gist.github.com/1441520

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.