sci

https://github.com/babashka/SCI - also see #babashka and #nbb
borkdude 2021-07-02T09:15:48.157800Z

@hairfire Good news, I've got specter working with sci locally

borkdude 2021-07-02T11:17:10.158Z

@hairfire https://github.com/borkdude/specter-cli

borkdude 2021-07-02T11:27:07.158900Z

The reason you saw the above stacktrace was the specter is using clojure.core/eval which isn't possible in a native image. But there was more going on which needed some tweaking.

borkdude 2021-07-02T11:50:53.159200Z

This also means you can now use specter (with these tweaks) in command line Clojure apps that are natively compiled and use specter at runtime as part of "SCI" evaluation. Could be useful for query languages like in tools like https://github.com/borkdude/jet or in other scripting tools :-D

borkdude 2021-07-02T16:29:28.159900Z

Did anything fun or interesting with SCI? Let us know on the discussions forum: https://github.com/borkdude/sci/discussions/categories/show-and-tell