From 22a9ade3409b40f644a5b79fc6f1e5b06419c507 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 8 Dec 2022 15:16:35 +0200 Subject: Update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a3538e..067ef10 100644 --- a/README.md +++ b/README.md @@ -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 <> -- cgit v1.3