Added a section about name to README

main
Der Teufel 2022-01-02 17:47:11 +01:00
parent e83052f06d
commit a2984da093
1 changed files with 3 additions and 0 deletions

View File

@ -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