Suggested addition: ClojureScript and ClojureCLR support
robot is a great repository that I'm interested in using to build a Clojure GUI testing library. Ideally I'd like to make the app work for Clojure/ClojureScript/ClojureCLR and so that would require robot to also support these platforms. For ClojureScript robotjs could be used and for ClojureCLR SharpHook could be used. I know adding support for either of these platforms would require a considerable amount of extra work, so I would be willing to add support for each if this is something you're interested in for your project.
Thanks for the proposal! I was thinking about adding support to ClojureScript as well. If you have time, I would like to have your PR, and feel free to add clojure cli support, if you don't like Lein.
Perfect! Normally I prefer clojure cli but at the moment ClojureCLR is only supported through a leiningen plugin (hopefully clojure cli gets ported to ClojureCLR soon) so I'll probably stick to leiningen for now.