diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-02-01 19:38:25 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-02-01 19:38:25 +0000 |
| commit | 1ea57d9e309e5cc2f926fc89ad56f2b146bdd612 (patch) | |
| tree | f34c1bc14c2325edb17b811faad09f4a85b85b4d | |
| parent | ast testing + fix (diff) | |
| download | alive-1ea57d9e309e5cc2f926fc89ad56f2b146bdd612.tar.gz alive-1ea57d9e309e5cc2f926fc89ad56f2b146bdd612.zip | |
fix README typo
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,10 +1,10 @@ # alive-coding -This is an experimental livecoding langauge and environment, in which +This is an experimental livecoding language and environment, in which expressions persist and update until they are removed from the source code, and the interpreter keeps no state that you cannot manipulate directly in the -source. All this is enabled with a purely text-based language and works without -special editor support. +source. This yields a direct-manipulation like experience with a purely +text-based language and works without special editor support. ## dependencies |
