diff options
author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-10-23 18:27:01 +0300 |
---|---|---|
committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-10-23 18:27:01 +0300 |
commit | 9981b58a207f58bcec98b117d8c49a129013025f (patch) | |
tree | 82a771bb6376d92b7de10918168c8d7b1c272833 | |
parent | 2b75864f9513642f306c9a217d8042bb8688d7f7 (diff) | |
download | lyn-9981b58a207f58bcec98b117d8c49a129013025f.tar.gz lyn-9981b58a207f58bcec98b117d8c49a129013025f.zip |
add build instructions
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -98,3 +98,8 @@ while the TCL crowd likely don't like the shift away from user interfaces. I don't expect anyone to really have any interest in this thing, but if I'd get to choose I would probably want to use a scripting language like this over any other current alternatives, of which there are many excellent ones. + +## Building and running + +`make`, after which `./lyn examples/guile.scm` for example. REPL not supported +at the moment, though it probably could be added. |