specter

Latest version: 1.1.3
lvh 2019-06-05T20:25:29.001Z

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*)

nathanmarz 2019-06-05T20:46:36.001600Z

@lvh if you avoid all the macros eval won't be called

nathanmarz 2019-06-05T20:46:41.001800Z

recursive-path calls down to path

nathanmarz 2019-06-05T20:46:53.002100Z

which is what generates code that calls eval

nathanmarz 2019-06-05T20:48:26.003100Z

recursive-path is just a helper, so you could probably construct a recursive path with no dynamic parameters by making your own helper