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-24 07:43:12 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-11-24 07:43:12 -0800
commitc0c67859a296d8258eeacf8f60a4654a19607325 (patch)
tree6ae754970d1cfab04f94bb2e8755b8ab66a76006 /README.md
parent64b609f743fc1c474a990f2767ae8ce1ce083c0d (diff)
downloadteliva-c0c67859a296d8258eeacf8f60a4654a19607325.tar.gz
de-duplicate some words in the Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4f7e77a..a44b7c5 100644
--- a/README.md
+++ b/README.md
@@ -71,16 +71,15 @@ them in Teliva and let people use regular Lua. Or other platforms!
 
 - Teliva doesn't use files for source code, so the `require` keyword no longer
   makes sense. You get some libraries preloaded (see below). Beyond those,
-  apps should include all Lua code they want to use. There's no affordance for
-  adding native (non-Lua) libraries.
+  apps should include all Lua code they want to use.
 
 - 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 not my favorite, but it's good enough.
 
-- To create a well-behaved sandbox, Teliva includes a small set of native
-  libraries and doesn't support adding more native libraries.
+- To create a well-behaved sandbox, Teliva doesn't support adding libraries
+  with C bindings beyond the few it starts up with.
 
 Teliva is not tested much at all yet. This is my first time programming either
 in Lua or within Lua. So bug reports are most appreciated if Lua programs