aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2021-11-25 11:09:56 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2021-11-25 19:01:31 +0200
commit5a8684445c2799458aa1d5b8dfd1aa032016e2aa (patch)
tree3bec06d23a02813de118d8601c99c4d81f431887 /README.md
parent0ee5e27843bb7460e1554a39a7a4904fba3a1177 (diff)
Add TODO to readme
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>>