jank is a Clojure dialect which aims to offer the best of both worlds: dynamic and static. For both of these worlds, jank uses a single runtime, so the transition from one to the other is not only seamless, it can be gradual.
NOTE: jank is not very buildable right now. It's also not very usable right now. See this issue for details: jank-lang#7
Use Nix. After cloning, use nix-shell
to enter an environment with all necessary deps. The Nix shell will also set up
some bash functions for you.
jank-configure
-- For setting up the project.jank-compile
-- For one-off compilation.jank-test
-- For one-off testing.jank-watch-tests
-- For test hot reloading on save.
A typical release build just needs the following:
$ jank-configure
$ jank-compile
To make a debug build, specify the build type when configuring.
$ jank-configure -Djank_build_type=debug
$ jank-compile
jank is under a strict copyleft license; see the LICENSE file.