@hairfire Good news, I've got specter working with sci locally
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.
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
Did anything fun or interesting with SCI? Let us know on the discussions forum: https://github.com/borkdude/sci/discussions/categories/show-and-tell