Liking cljdoc? Tell your friends :D

gorilla-repl.files

Utility functions to help with scanning for and loading gorilla files.

Utility functions to help with scanning for and loading gorilla files.
raw docstring

clj-file?clj

(clj-file? file)
source

cljc-file?clj

(cljc-file? file)
source

cljs-file?clj

(cljs-file? file)
source

cljw-file?clj

(cljw-file? file)
source

ends-withclj

(ends-with string ending)
source

excluded-file-seqclj

(excluded-file-seq file excludes)
source

gorilla-file?clj

(gorilla-file? file)
source

gorilla-filepaths-in-current-directoryclj

(gorilla-filepaths-in-current-directory excludes)
source

hl-file?clj

(hl-file? file)
source

include-file?clj

(include-file? file)

Should a file be included in the 'load file' list? Currently all .cljw, .cljs, .cljc, .hl and .clj files with a Gorilla header are included.

Should a file be included in the 'load file' list? Currently all .cljw, .cljs, .cljc, .hl and .clj files with a Gorilla header
are included.
sourceraw docstring

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

× close