Skip to content
/ kkj-lang Public

Compositional / concatenative programming language

License

Notifications You must be signed in to change notification settings

jurem/kkj-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Compositional / concatenative programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published