hi, @ethanc thanks for the answer
I was out of work these days. I just tried your approach, but the problem is to pass a list of symbols to mk-session
, I am not able to use apply
because this is a macro
how are you handling this?
@iagwanderson clara.rules.compiler/mk-session
can be used
it’s the underlying fn - just have to deal with some boilerplate with quotes etc
it’s signature is slightly different
takes sequence of sources-and-options
sources expected to come first
then keyword options
example ['my.ns.name :my-option :foo]
oh, cool. let me try out! thanks
worked just fine o/
nice