Liking cljdoc? Tell your friends :D

nedap.utils.modular.impl.implement


cljs-available?clj

source

cljs-resolveclj

(cljs-resolve env sym)

Additions over the original CLJS resolve:

  • symbols don't have to be quoted, allowing arbitrary queries
  • var metadata is not dropped.
Additions over the original CLJS resolve:
* symbols don't have to be quoted, allowing arbitrary queries
* var metadata is not dropped.
sourceraw docstring

cljs-resolverclj

source

do-resolveclj

(do-resolve sym clj? ns-name env)
source

fully-qualifyclj

(fully-qualify clj? ns s env)
source

impl-method-var?clj/s

(impl-method-var? v)

Is @v a function that is not an abstract protocol method?

Is `@v` a function that is not an abstract protocol method?
sourceraw docstring

implementclj

(implement clj? obj ns kvs env)
source

ns-protocol-method-varsclj

(ns-protocol-method-vars ns-name)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close