Is there a way to run specter but without eval being called ever (I'm trying to get it working under Graal -- and for my recursive path, closed-code still ends up getting called, and that relies on eval even when using select*
)
@lvh if you avoid all the macros eval won't be called
recursive-path
calls down to path
which is what generates code that calls eval
recursive-path
is just a helper, so you could probably construct a recursive path with no dynamic parameters by making your own helper