Liking cljdoc? Tell your friends :D

util.core

Assorted random useful fuctions

Assorted random useful fuctions
raw docstring

fib-seq-seqclj

for testing lazy seqs

for testing lazy seqs
sourceraw docstring

fowlPostwalkclj

(fowlPostwalk f form)
Adapted From: https://github.com/clojure/clojure/blob/master/src/clj/clojure/walk.clj
Postorder traversal
sourceraw docstring

fowlPrewalkclj

(fowlPrewalk f form)
Adapted From: https://github.com/clojure/clojure/blob/master/src/clj/clojure/walk.clj
Preorder traversal
sourceraw docstring

fowlWalkclj

(fowlWalk form inner outer)

Adapted From: https://github.com/clojure/clojure/blob/master/src/clj/clojure/walk.clj Traverses any collection, but optimized for (f OWL) structures Inner is used to recurse. Outer is applied to terminals.

Adapted From: https://github.com/clojure/clojure/blob/master/src/clj/clojure/walk.clj
Traverses any collection, but optimized for (f OWL) structures
Inner is used to recurse. Outer is applied to terminals.
sourceraw docstring

lazerclj

(lazer coll)
(lazer coll filteringPredicate)
(lazer coll filteringPredicate mapFunction)

makes any valid coll into a lazy-seq, with an optional filter and map on elements. based on https://clojure.org/reference/lazy

makes any valid coll into a lazy-seq,
with an optional filter and map on elements.
based on https://clojure.org/reference/lazy
sourceraw docstring

logfileclj

for logging

for logging
sourceraw docstring

strToFileclj

(strToFile str)
(strToFile file str)

for logging

for logging
sourceraw docstring

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

× close