forked from kevinlawler/kona
-
Notifications
You must be signed in to change notification settings - Fork 1
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
tlack/kona
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published