Skip to content
/ kona Public
forked from kevinlawler/kona

Kona is an open-source implementation of the K language (K3.2). K was originally designed by Arthur Whitney and Kx Systems. Kona is unaffiliated with Kx. The K language is a precursor of KDB, KDB+, and Q. It is an ASCII-based array language. See the intro screencast: http://www.youtube.com/watch?v=bmiq47E5N-w Screencast on MapReduce: http://news…

License

Notifications You must be signed in to change notification settings

tlack/kona

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To compile (OS X/Linux):
gcc -lm -ldl -O3 k.c -o k

To compile with tests:
gcc -lm -ldl -O3 -DNDEBUG k.c -o k

makeheaders is used to generate the h.h header file
makeheaders -h *.c > h.h

About

Kona is an open-source implementation of the K language (K3.2). K was originally designed by Arthur Whitney and Kx Systems. Kona is unaffiliated with Kx. The K language is a precursor of KDB, KDB+, and Q. It is an ASCII-based array language. See the intro screencast: http://www.youtube.com/watch?v=bmiq47E5N-w Screencast on MapReduce: http://news…

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published