From 98462567388142b5f54f874ba9bee997e46f019e Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Sun, 14 Nov 2021 12:19:06 -0800 Subject: drop mentions of the old .teliva extension --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0e6167d..6ca647c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ apps with all the stuff needed to edit and build them. git clone https://github.com/akkartik/teliva cd teliva make linux -src/teliva hanoi.teliva +src/teliva hanoi.tlv ``` Here's an example app (the [Tower of Hanoi](https://en.wikipedia.org/wiki/Tower_of_Hanoi)): @@ -62,8 +62,7 @@ them in Teliva and let people use regular Lua. Or other platforms! - Teliva initializes the ncurses library by default, so apps should assume they 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. + for reading unbuffered keystrokes from. - I want to provide sandboxed access to system resources (file system, network, etc.) which will likely create incompatibilities with the standard -- cgit 1.4.1-2-gfad0