Work with ClojureScript
Should be easy to port.
@ikitommi how easy? I would be interested, do you know by any chance the possible roadblocks?
I think =eventually=> can be one after skimming the lib a bit :smile:
Side question, are you folks using this lib? I am thinking that it could be useful for us as well :wink:
Based on @kalekale's attempt to port this to ClojureScript, it was less easy than what it looked like. The code has significantly changed since then, though, and should probably be easier to port now.
We do use this internally in a couple of Metosin projects.
I looked at the code and another place that has a lot of Java-specific stuff going on is =throws=>. That said, maybe => and =in=> could be ported first and it would still be useful.
I am specifically looking for a better way to takle async testing in cljs..sooo I will check first if eventually can be ported. I am half tempted by falling into the lisp curse and bootstrap a lib with only better async wrappers though.
In any case thank you a lot for answering!
Any chance to have the merge of this issue published on clojars with a new version? or the project to include tools.deps for us to reference it with a git reference? Big thanks for the lib that I found awesome, great work folks!