diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-11-06 22:11:23 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-11-06 22:11:23 -0700 |
commit | 1d0d1fb31d130d860c45daab707c68b77e44be1c (patch) | |
tree | 8c94d6e974a1ab68c12b6b563a72e24c42692d6a | |
parent | ae5309bcbea2e414e6eca5d95d194e13abcd0ea5 (diff) | |
download | teliva-1d0d1fb31d130d860c45daab707c68b77e44be1c.tar.gz |
.
-rw-r--r-- | README.md | 6 |
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 ‘improve’ on Lua syntax, however. It's |