Liking cljdoc? Tell your friends :D

org.soulspace.clj.namespace

Functions to help working with namespaces.

Functions to help working with namespaces.
raw docstring

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.
sourceraw 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.
sourceraw docstring

file-to-nsclj

(file-to-ns filename)

Converts a filename into a namespace.

Converts a filename into a namespace.
sourceraw docstring

filename-to-nsclj

(filename-to-ns filename)

Converts a filename into a namespace.

Converts a filename into a namespace.
sourceraw docstring

ns-to-fileclj

(ns-to-file nsp)

Converts a namespace into a fileneame.

Converts a namespace into a fileneame.
sourceraw docstring

ns-to-filenameclj

(ns-to-filename nsp)

Converts a namespace 'nsp' into a filename.

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

ns-to-pathclj

(ns-to-path nsp)

Converts a namespace 'nsp' into a path.

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

path-to-nsclj

(path-to-ns path)

Converts a 'path' into a namespace.

Converts a 'path' into a namespace.
sourceraw docstring

record-nameclj

(record-name s)

Converts s to camel cased clojure record name.

Converts s to camel cased clojure record name.
sourceraw docstring

symbol-nameclj

(symbol-name s)

Converts s to hyphened clojure symbol name.

Converts s to hyphened clojure symbol name.
sourceraw 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.
sourceraw 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.
sourceraw docstring

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

× close