Tagged Questions
1
vote
0answers
96 views
API wrapper for Clojure, idiomatic style for libraries?
I wanted to wrap the jkeymaster library in a Clojure wrapper (for my own use, but perhaps also to save others some time). I'm just learning Clojure so I'm still not quite sure what "idiomatic ...