Elm README.

And minor edits.
This commit is contained in:
sforman
2023-07-31 11:30:12 -07:00
parent ac286a283f
commit 45f00c8f2e
3 changed files with 47 additions and 28 deletions
+10
View File
@@ -0,0 +1,10 @@
# Joy interpreter in Elm
> Simple pleasures are the best.
This interpreter written in Elm is part of the Thun project.
You should be able to run `elm reactor` in this directory and then
browse to http://localhost:8000/src/Main.elm to try the interpreter.