robot icon indicating copy to clipboard operation
robot copied to clipboard

Suggested addition: ClojureScript and ClojureCLR support

Open E-A-Griffin opened this issue 3 years ago • 2 comments

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.

E-A-Griffin avatar Jul 30 '22 18:07 E-A-Griffin

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.

D00mch avatar Jul 30 '22 21:07 D00mch

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.

E-A-Griffin avatar Jul 30 '22 23:07 E-A-Griffin