This is maybe a stupid question, but in cljs does core.async
work at all with sci
?
@pmooser I don't think it does, unless you put some serious effort into it, since the go
macro relies on tools.analyzer
which may be pretty involved to get working
I've never tried it from the CLJS side though, so it may be possible
Nah, it's ok - I figured as much. It sounded unlikely to work right out of the box.
But thank you!
In the sci :namespaces
declaration, is there a way to say "the entire namespace", instead of manually providing mappings for certain fns?
@pmooser I sometimes accomplish this using all-ns
and but I'm not sure if that works well in CLJS
or sorry, I mean, ns-publics
also sometimes I just generate this code and then copy paste it back in
Ok ... I'll have to take a look. I always get confused by the lack of reified namespaces in cljs.