Fork me on GitHub
#clara
<
2019-11-26
>
bartuka20:11:07

hi, @ethanc thanks for the answer

bartuka20:11:58

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

bartuka20:11:06

how are you handling this?

mikerod20:11:14

@iagwanderson clara.rules.compiler/mk-session can be used

mikerod20:11:25

it’s the underlying fn - just have to deal with some boilerplate with quotes etc

mikerod20:11:47

it’s signature is slightly different

mikerod20:11:13

takes sequence of sources-and-options

mikerod20:11:18

sources expected to come first

mikerod20:11:34

then keyword options

mikerod20:11:48

example ['my.ns.name :my-option :foo]

bartuka20:11:42

oh, cool. let me try out! thanks

bartuka20:11:21

worked just fine o/