Fork me on GitHub
#sci
<
2021-07-02
>
borkdude09:07:48

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

borkdude11:07:07

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.

borkdude11:07:53

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

borkdude16:07:28

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