sci

https://github.com/babashka/SCI - also see #babashka and #nbb
Sam Ritchie 2020-10-30T15:12:18.067600Z

@borkdude, just a note that SCI is giving me a clojurescript warning when I compile with shadow:

Sam Ritchie 2020-10-30T15:12:21.067700Z

Sam Ritchie 2020-10-30T15:12:39.068200Z

I don't see where clojure is getting resolved here...

Sam Ritchie 2020-10-30T15:12:42.068500Z

just wanted to let you know

borkdude 2020-10-30T15:37:11.069200Z

@sritchie09 I can reproduce the problem, thanks for letting me know

borkdude 2020-10-30T15:45:19.069700Z

@sritchie09 It doesn't seem to affect behavior does it?

Sam Ritchie 2020-10-30T15:48:20.070300Z

I don't think so, but maybe it would in advanced compilation mode?

borkdude 2020-10-30T16:03:54.070400Z

Anyway, I upgraded xterm-sci, an example project which also uses shadow and it seems to work: https://github.com/babashka/xterm-sci

borkdude 2020-10-30T16:03:57.070700Z

https://babashka.org/xterm-sci/

Sam Ritchie 2020-10-30T16:05:28.071600Z

Okay, excellent, I’m sure it will be fine over here in that case! Thanks for checking @borkdude