blob: 401671e8a96d7140beac7636827704e4cf590982 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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, <<jans.tuomi@gmail.com>>
|