about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-11-06 22:11:23 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-11-06 22:11:23 -0700
commit1d0d1fb31d130d860c45daab707c68b77e44be1c (patch)
tree8c94d6e974a1ab68c12b6b563a72e24c42692d6a
parentae5309bcbea2e414e6eca5d95d194e13abcd0ea5 (diff)
downloadteliva-1d0d1fb31d130d860c45daab707c68b77e44be1c.tar.gz
.
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index 9a32fb2..2c55306 100644
--- a/README.md
+++ b/README.md
@@ -64,7 +64,8 @@ code.
 
 ## Will it run any Lua program?
 
-Not quite.
+Not quite. My plan is to disable support for certain Lua libraries as I gain
+experience programming in this way.
 
 This approach doesn't make sense for batch programs, I think.
 
@@ -76,9 +77,6 @@ have access to a text-mode window for printing text to, and a keyboard for
 reading unbuffered keystrokes from. Compare `hanoi.teliva` with `hanoi.lua` to
 get a sense for what changes are needed.
 
-My plan is to disable support for certain Lua libraries as I gain experience
-programming in this way.
-
 I want to provide sandboxed access to system resources (file system, network,
 etc.) which will likely create incompatibilities with the standard library.
 I'm disinclined to try to &lsquo;improve&rsquo; on Lua syntax, however. It's