# Tunk **Tunk** is a - strongly and dynamically typed - pure functional - interpreted - general use programming language. Tunk is a hobby project written for educational purposes. ## Running Tunk Build the `tunk` interpreter with `cargo`: cargo build --release Run `tunk` on a source file: target/release/tunk run samples/sample1.tunk Run `tunk` REPL: target/release/tunk repl ## Author Jan Tuomi, <>