(resource-entry x)
creates a entry-path based on input
(resource-entry "hello/world.txt") => "hello/world.txt"
(resource-entry 'version-clj.core) => "version_clj/core.clj"
(resource-entry java.io.File) => "java/io/File.class"
creates a entry-path based on input (resource-entry "hello/world.txt") => "hello/world.txt" (resource-entry 'version-clj.core) => "version_clj/core.clj" (resource-entry java.io.File) => "java/io/File.class"
(resource-entry-symbol sym)
creates a path based on a symbol
(resource-entry-symbol 'hara.test) => "hara/test.clj"
(resource-entry-symbol 'clojure.lang.AFn) => "clojure/lang/AFn.class"
creates a path based on a symbol (resource-entry-symbol 'hara.test) => "hara/test.clj" (resource-entry-symbol 'clojure.lang.AFn) => "clojure/lang/AFn.class"
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close