From 7d96a886d826388efb206ebb1c8866d65d6500bb Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 23 Nov 2021 09:30:17 -0800 Subject: [PATCH] . --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 600a5c7..4f7e77a 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,10 @@ them in Teliva and let people use regular Lua. Or other platforms! they have access to a (color, UTF-8) text-mode window for printing text to, and a keyboard for reading unbuffered keystrokes from. -- Teliva doesn't use files, 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. +- 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. - I want to provide sandboxed access to system resources (file system, network, etc.) which will likely create incompatibilities with the standard