Fork me on GitHub
#lumo
<
2017-10-26
>
mfikes02:10:19

@richiardiandrea Also, since the Var being returned has a function as its value, you can put it in operator position and the runtime will implicitly deref for you. For example ((resolve 'boot.user/my-fn) 3) will end up calling my-fn, with the whole form evaluating to 3.