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
.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
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |