Liking cljdoc? Tell your friends :D

Development

Testing

bb test-beme           # Babashka example + fixture tests
clojure -X:test        # JVM unit tests
bb test-cljs           # ClojureScript tests (needs Node.js)
bb test-all            # All three suites

Architecture

.beme file -> tokenizer -> grouper -> parser -> Clojure forms -> eval

Pure-function reader and printer (.cljc), portable across JVM, Babashka, and ClojureScript. No runtime dependency. beme is a reader, not a language.

See also Design Decisions for rationale behind each choice.

Can you improve this documentation?Edit on GitHub

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close