Compositional / concatenative programming language
You need Haskell and make. Tested on macOS with ghc 8.4.3 and make 3.81.
cd compiler
make
cd ..
out/kkj demos/hello.kkj
To run most of the demos you should include prelude. For example
out/kkj demos/prelude.kkj demos/factorial.kkj