sci

https://github.com/babashka/SCI - also see #babashka and #nbb
2021-06-21T08:38:29.113400Z

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

borkdude 2021-06-21T09:07:03.114400Z

@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

borkdude 2021-06-21T09:07:14.114700Z

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

2021-06-21T09:07:34.115Z

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

2021-06-21T09:07:36.115300Z

But thank you!

2021-06-21T10:06:55.116Z

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

borkdude 2021-06-21T10:13:47.117Z

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

borkdude 2021-06-21T10:13:58.117300Z

or sorry, I mean, ns-publics

borkdude 2021-06-21T10:14:16.117600Z

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

2021-06-21T10:53:46.118100Z

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