Skip to content

Open-source implementation of the K programming language

License

Notifications You must be signed in to change notification settings

neuroradiology/kona

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To compile (OS X/Linux/BSD):

make           #gmake on BSD

To start the interpreter

./k

To start the interpreter with tests in debug mode

./k_test

rlwrap makes the k command line interface much nicer. rlwrap adds history and eliminates the "^[[A^[[A^[[D^[[C^..." problem

rlwrap ./k

About

Open-source implementation of the K programming language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 96.0%
  • Emacs Lisp 1.7%
  • Makefile 1.3%
  • C++ 0.7%
  • Shell 0.2%
  • Awk 0.1%