vote up 1 vote down star

I know all 3 are related, and I've seen quite a few answers for problems in Project Euler written in J, and a few written K. What I'm wondering is, which would you suggest learning, and where would you suggest going about getting the materials to learn it?

flag
You mean besides just mashing the keyboard and seeing if your program solves your problem? Because that's what all the J/K/APL code I've seen looks like. – Mark Rushakoff Sep 29 at 16:56

2 Answers

vote up 0 vote down

Given the natures of the individual languages, and the availability of material, I'm going to go with J.

The current J interpreter is not open source, but the language spec is. So should the official J interpreter no longer be free, an open source project could implement it.

K appears to be dead, and replaced by Q. All licenses on it appear to be proprietary, and the interpreter appears to be harder to find (as they are trying to sell kdb, not Q).

I can't find a version of APL to use.

link|flag
For APL: try NARS2000. – Robert L Oct 1 at 8:37
vote up 0 vote down

Take a look at the APL faq under the section: Where can I find APL for machine X?

There's also a wiki that has info at http://aplwiki.com/Frontpage

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.