about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
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.