From a2984da093d73a5946c050869c96d9f79a73a8a3 Mon Sep 17 00:00:00 2001 From: Der Teufel Date: Sun, 2 Jan 2022 17:47:11 +0100 Subject: [PATCH] Added a section about name to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f8899a9..48208d0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # topiku topiku is a simple [LISP](https://en.wikipedia.org/wiki/Lisp_(programming_language)) inspired language with [toki pona](https://tokipona.org/) keywords +### Name +The name `topiku` was created as short form of `toki pi kulupu ijo` - language of lists, but it was also retroactively expanded into `toki epiku` - the epic language. + ## Building To build `topiku` interpreter you need a [Zig](https://ziglang.org/) compiler (works with `master`) and [`editline`](https://github.com/troglobit/editline) installed. ```sh