/kkj-lang

Compositional / concatenative programming language

Primary LanguageHaskellMIT LicenseMIT

kkj-lang

Compositional / concatenative programming language

Prerequsites

You need Haskell and make. Tested on macOS with ghc 8.4.3 and make 3.81.

To compile and run

cd compiler
make
cd ..
out/kkj demos/hello.kkj

Using prelude

To run most of the demos you should include prelude. For example

out/kkj demos/prelude.kkj demos/factorial.kkj