aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index 401671e..ffdbdb5 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
- interpreted
- general use
-programming language. Tunk is a hobby project written for educational purposes.
+programming language. Tunk is a hobby project written for educational purposes, and is inspired by languages such as Elm and Haskell.
## Running Tunk
@@ -23,6 +23,16 @@ Run `tunk` REPL:
target/release/tunk repl
+## TODO
+
+- 𝛂-conversion to avoid variable name collisions in recursive functions
+- A pipeline operator (`argument |> function`)
+- A function composition operator (`inner >> outer`)
+- tail call recursion optimization
+- more primitives: `list`, `tuple`
+- list/monad operations `map`, `filter`, `reduce`
+- an effect system for handling IO etc.
+
## Author
Jan Tuomi, <<jans.tuomi@gmail.com>>