Liking cljdoc? Tell your friends :D

sci.impl.load


eval-referclj/s

(eval-refer ctx ns-sym & filters)

The function equivalent of :refer is handled differently than what we did before (this is more like what Clojure itself does.) For referring clojure.core we still use the old code.

The function equivalent of :refer is handled differently than what we
did before (this is more like what Clojure itself does.) For
referring clojure.core we still use the old code.
sourceraw docstring

eval-refer*clj/s

(eval-refer* env ns-sym filters)
source

eval-refer-clojureclj/s

(eval-refer-clojure ctx exprs)
source

eval-requireclj/s

(eval-require ctx & args)
source

eval-useclj/s

(eval-use ctx & args)
source

handle-refer-allclj/s

(handle-refer-all the-current-ns the-loaded-ns include-sym? rename-sym only)
source

handle-require-libspecclj/s

(handle-require-libspec ctx lib opts)
source

handle-require-libspec-envclj/s

(handle-require-libspec-env ctx
                            env
                            current-ns
                            the-loaded-ns
                            lib-name
                            {:keys [:as :refer :rename :exclude :only :use]
                             :as _parsed-libspec})
source

load-libclj/s

(load-lib ctx prefix lib & options)
source

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

× close