Fork me on GitHub
#sci
<
2021-06-21
>
pmooser08:06:29

This is maybe a stupid question, but in cljs does core.async work at all with sci ?

borkdude09:06:03

@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

borkdude09:06:14

I've never tried it from the CLJS side though, so it may be possible

pmooser09:06:34

Nah, it's ok - I figured as much. It sounded unlikely to work right out of the box.

pmooser09:06:36

But thank you!

pmooser10:06:55

In the sci :namespaces declaration, is there a way to say "the entire namespace", instead of manually providing mappings for certain fns?

borkdude10:06:47

@pmooser I sometimes accomplish this using all-ns and but I'm not sure if that works well in CLJS

borkdude10:06:58

or sorry, I mean, ns-publics

borkdude10:06:16

also sometimes I just generate this code and then copy paste it back in

pmooser10:06:46

Ok ... I'll have to take a look. I always get confused by the lack of reified namespaces in cljs.