sans-docs/src/kona.gmi

10 lines
516 B
Plaintext

# kona
Kona is an open source implementation of the APL-derived K. K, like APL is an array programming language but it uses ascii characters...so it is easier to type, if not read.
Launch it by entering the letter k at the command line.
This will drop you into the kona [[repl]]. To exit the interpreter enter \\ and then hit enter. Enter a single \ to see the kona help text.
=> https://github.com/kevinlawler/kona/wiki kona wiki
=> https://nsl.com/k/training/idioms_K3.pdf learning K programming idiom by idiom