Y
Hacker News
new
|
ask
|
show
|
jobs
by
mosquito242
3837 days ago
Slightly unrelated question - where would I find an interpreter for K so I can start playing around with the language?
1 comments
srpeck
3837 days ago
32-bit version of q/k4/kdb+:
http://kx.com/software-download.php
This version is technically unrestricted, but cannot be used for commercial purposes.
link
chl
3837 days ago
It _can_ be used for commercial purposes; you have to secure Kx' explicit permission, though.
link
mosquito242
3837 days ago
thanks. I've seen that before, but for some reason I kept assuming that it was different than an actual k interpreter because none of their docs refer to the K language.
link
srpeck
3837 days ago
q is a language written in k - when in the q interpreter, you can drop into k by typing a single '\', and then return to q using the same method.
link
This version is technically unrestricted, but cannot be used for commercial purposes.