Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 381 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 381 Bytes

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