mszajna / await-cps

async/await for continuation-passing style functions
MIT License
17 stars 0 forks source link

Experimental support for ClojureScript #6

Open mszajna opened 4 years ago

mszajna commented 4 years ago

Code generator now accepts the exception type as param. Provided .cljs for await-cps namespace. This requires significant duplication (bar removed support for binding macro that CLJS handles differently).