@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
.