.
The instance member form works for methods and fields. They all expand into calls to the dot operator at macroexpansion ...
cljs.core
memfn
Expands into code that creates a fn that expects to be passed an object and any args and calls the named instance method...