Added a section about name to README
This commit is contained in:
parent
e83052f06d
commit
a2984da093
|
@ -1,6 +1,9 @@
|
||||||
# topiku
|
# topiku
|
||||||
topiku is a simple [LISP](https://en.wikipedia.org/wiki/Lisp_(programming_language)) inspired language with [toki pona](https://tokipona.org/) keywords
|
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
|
## Building
|
||||||
To build `topiku` interpreter you need a [Zig](https://ziglang.org/) compiler (works with `master`) and [`editline`](https://github.com/troglobit/editline) installed.
|
To build `topiku` interpreter you need a [Zig](https://ziglang.org/) compiler (works with `master`) and [`editline`](https://github.com/troglobit/editline) installed.
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in a new issue