Is there anyone on the list who's actually used APL and is familiar
with it? (Or wants to learn it. =-)
I could use more comprehensive test suite to insure that it's
actually APL that's being written and nothing some similar, but
entirely unlike APL.
This doesn't require any knowledge of parrot, perl, or C; just an
editor where you can read (and write) code like this:
(~ R ∊ R ○ . × R) / R ← 1 ↓ ⍳ R
In lieu of a home grown test suite, a test suite for another APL that
I can run against (even if we can't incorporate it into parrot for
licensing reasons) would also be helpful.
Anyone interested?
(sample code from http://en.wikipedia.org/wiki/APL_programming_language)