We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Install:
Optional subsystems may also require Node.js, Python, R, Docker, PostgreSQL, OpenResty, native compilers, or browser tooling.
git clone git@github.com:zcaudate-xyz/foundation-base.git cd foundation-base lein deps lein install lein repl
The current dependency version is declared in project.clj.
project.clj
(require '[std.lib :as h]) (h/time-ms) (h/pl "Hello Foundation!")
(require '[hara.lang :as l]) (l/emit-as :js '(+ 1 2 3)) ;; => "1 + 2 + 3"
lein test :only std.lib.collection-test
Foundation Base uses code.test, not clojure.test. Targeted test runs are recommended because the full suite includes optional runtimes and services.
code.test
clojure.test
See the full GETTING_STARTED.md for more detail.