diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-08 15:16:35 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-08 15:16:54 +0200 |
| commit | 22a9ade3409b40f644a5b79fc6f1e5b06419c507 (patch) | |
| tree | 2597d8548c1332dc54257f1e502f52a332d06fc4 | |
| parent | fa81acc07cc03ded61e175ceb927fdfd3165238b (diff) | |
Update README
| -rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,4 @@ -# MILCH: [M]y functional language [I]nspired by [L]isp, [C]lojure, and [H]askell +# 🥛 MILCH: [M]y functional language [I]nspired by [L]isp, [C]lojure, and [H]askell ## Summary @@ -10,7 +10,7 @@ Check out the language spec [spec.md](spec.md) Check out the TODO -[todo.md](todo.md) +[TODO.txt](TODO.txt) ## Building @@ -28,6 +28,10 @@ To run the test suite, run: stack test +For development, I find it very useful to run `milch` commands in one terminal window and this command in another: + + stack install --test --file-watch + ## Author Jan Tuomi <<jans.tuomi@gmail.com>> |
