I'm trying to understand APL, J, K, and it's slightly frustrating since:
Most books seen to be about APL, but few APL implementations, and I don't have weird keyboards.
K appears to have been replaced by Q
J doesn't seem to have
I almost feel like I'm staring at Common Lisp, Guile, Gambit, Chicken, SBCL -- when I really want is is to see two pages of a scheme evaluator.
Thus, my question: is there a short (say ~50 page) document that discusses the core of APL/J/K, i.e things like:
its evaluation model
its parsing model (since left/right precedence seems to be important)
its syntax
Thanks!