Liking cljdoc? Tell your friends :D

org.soulspace.clj.namespace


call-by-nameclj

(call-by-name s)
(call-by-name s & args)

Resolves a function by name 's' and calls it.

Resolves a function by name 's' and calls it.
raw docstring

call-by-ns-nameclj

(call-by-ns-name nsp s)
(call-by-ns-name nsp s & args)

Resolves a function by name 's' in the given namespace 'nsp' and calls it.

Resolves a function by name 's' in the given namespace 'nsp' and calls it.
raw docstring

file-to-nsclj

(file-to-ns filename)

Converts a filename into a namespace.

Converts a filename into a namespace.
raw docstring

filename-to-nsclj

(filename-to-ns filename)

Converts a filename into a namespace.

Converts a filename into a namespace.
raw docstring

ns-to-fileclj

(ns-to-file nsp)

Converts a namespace into a fileneame.

Converts a namespace into a fileneame.
raw docstring

ns-to-filenameclj

(ns-to-filename nsp)

Converts a namespace 'nsp' into a filename.

Converts a namespace 'nsp' into a filename.
raw docstring

ns-to-pathclj

(ns-to-path nsp)

Converts a namespace 'nsp' into a path.

Converts a namespace 'nsp' into a path.
raw docstring

path-to-nsclj

(path-to-ns path)

Converts a 'path' into a namespace.

Converts a 'path' into a namespace.
raw docstring

record-nameclj

(record-name s)

Converts s to hyphened clojure name

Converts s to hyphened clojure name
raw docstring

symbol-nameclj

(symbol-name s)

Converts s to hyphened clojure symbol name

Converts s to hyphened clojure symbol name
raw docstring

unqualify-keywordclj

(unqualify-keyword k)

Strips the namespace of keyword 'k' and returns it as an unqualified keyword.

Strips the namespace of keyword 'k' and returns it as an unqualified keyword.
raw docstring

unqualify-mapclj

(unqualify-map m)

Returns a copy of the given map m, in which all qualified keys have been replaced with their unqualified variant.

Returns a copy of the given map m, in which all qualified keys have been replaced with their unqualified variant.
raw docstring

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

× close