Clojure SET

I’ve just taken a short breath off work to put some code [1] on GitHub that I had written over one night some two months ago. It is an implementation of the Set [2] game in Clojure, using Swing for GUI.

I do not have time to clean up or comment the code, so I’m leaving it as is for now; however, I hope that even in its current state it can be of interest, especially for Clojure learners.

Some random notes on the code:

Comments?

Links

[1]

[2]

[3]

[4]