cljs4excel
cljs4excel copied to clipboard
Synchronous functions in addition to callback variants
Look into the possibility of having synchronous functions that return values in addition to the current callback variants.
I've currently looked at using core.async to help out with this. Although I see how I could do this, I've so far not found any way of making this work within the REPL itself.