APL was brilliant for the technology of the time. At that time, both serial bandwidth and memory space was extremely tight. Most terminals output to paper, not to video monitors. Baudrates were 75, 110 and 300. An APL workspace was 32K on the System\360, and the one we had at my JC supported 80 online APL terminals. Every character sent or stored cost precious space and/or bandwidth and/or paper, so the fact that the language was a terse set of symbols was what made it so effective in that environment.
It was the first language I ever learned, and I still love it. I have a version I wrote for the PC that even emulates the overstriking of the keystrokes, as that made the keyboard simple (otherwise you have zillions of combination symbols all over the place). It's an anachronism now, but it has a soft spot in my heart. I still use it for doing desk-calculator type operations on my computer. I wish I could get a real 2741 terminal with APL keyboard to restore and hook up to it but they are now very rare beasts (and heavy monsters too). Oh well, fond memories.
Some still think that APL was ahead if its time, but I'm afraid they misunderstand much of what made it truly great in its heyday.
There has been an attempt to bring the language up to date with the language "J" which isn't dependent on the special symbols (which IMHO, was a large part of what APL had going for it). The result is a language even more unreadable than APL. The language R may be the current future of matrix languages, though I'm sure that's a controversial subject. J and R are free though, and there are some APLs out there, most are not good projects for the uninitiated, as unless you understand the original intents and contexts its hard to use an old APL executable and understand what's going on with it...