(get-var this)
Returns the var that refers to this function.
Returns the var that refers to this function.
(def-autological-fn name body)
This does not mirror defn. Just takes a name and some body. The body should evaluate to a function. Defines a var with supplied name, to which is assigned an AutologicalFunction containing a reference to the same var.
This does not mirror defn. Just takes a name and some body. The body should evaluate to a function. Defines a var with supplied name, to which is assigned an AutologicalFunction containing a reference to the same var.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close