lumo

:lumo: Standalone ClojureScript environment. Currently at version 1.9.0
mfikes 2017-10-26T02:14:19.000196Z

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

🍻 2
🍾 1