diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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>> |
