Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 使用抗锯齿画线
我想用 Clojure 在屏幕上画线和圆,怎么做?有人可以在这里粘贴一些示例代码吗?
另一个问题,我定义了一个地图:
(def {:a 4, :b 5, :c 6}, i try to change it to be {:a 1, :b 99, :c 3},
怎么做?
查看 seesaw 库,它为多种类型的 GUI(包括形状)提供了一个很好的 Clojure 友好模型。
https://gist.github.com/1441520