about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-08 19:09:28 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-08 19:09:28 -0800
commit689d6d840fc66023ca431f9d66caf85d08e086f3 (patch)
tree6b97f2d6e55cb395d19d05ba36dc0dd822ad0684 /README.md
parent7def405806ce5627b52a065ec7d5bc1b4930b76d (diff)
downloadteliva-689d6d840fc66023ca431f9d66caf85d08e086f3.tar.gz
state priorities in Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index a2edbb1..44373ea 100644
--- a/README.md
+++ b/README.md
@@ -65,8 +65,11 @@ code.
 
 ## Will it run any Lua program?
 
-Not quite. My plan is to disable support for certain Lua libraries as I gain
-experience programming in this way:
+Not quite. My priority is providing a good experience for newcomers to
+comprehend and modify the programs they use. If it's not clear how to provide
+that experience for some kinds of Lua programs, I'd rather disable support for
+them in Teliva and let people use regular Lua (or other languages and
+environments!) for them.
 
 - This approach doesn't make sense for batch programs, I think.