up vote 1 down vote favorite
1
share [g+] share [fb]

we had a discussion about this language at work... Who works with that today?

Don't we normally favor readability over smallest number of lines?

link|improve this question

Since you were downvoted without a comment being left, I'm going to upvote you out of sheer bloody-mindedness. :-) – paxdiablo Nov 29 '08 at 5:34
1  
This is a duplicate (sort of) of stackoverflow.com/questions/268751/what-ever-happened-to-apl – Christian Davén Mar 30 '09 at 10:50
If mathematical symbols aren't readable, why is every PHD thesis written using them? They are short and succinct. – Longpoke Oct 10 '10 at 15:24
feedback

5 Answers

up vote 8 down vote accepted

Contact folks in SigAPL for an answer.

DMOZ has some links on APL, including user groups.

APL is not that obscure. Some algorithms are expressed naturally. Some aren't, of course, but some are.

One problem is the one-liner syndrome. See here for a great quote.

APL one-liners are like carving a wire from marble. It demonstrates your skill at carving, but is not a good use of marble.

link|improve this answer
upvote for the quote only :-) – Marco van de Voort Jun 8 '10 at 21:51
1  
The same is certainly true of J. I tend to write J in a more "accessible" style. – Gregory Higley Jun 24 '10 at 21:01
feedback

Yeah baby! I'm using it in the financial industry.

Don't we normally favor readability over smallest number of lines?

Just because it has a small number of lines doesn't mean it's not readable. It's just so easy and concise to express ideas in APL, what you'd normally do in a function, you do in APL in one line. Trying to do the same thing in another language would be way more complicated. I've had a bit of a hard time when I've gone back to using "normal" languages for a few things, they seem so cumbersome in some ways.

'Readability' is a bit of a misnomer anyway, you don't 'read' code like a book, it's more like decoding or decrypting something, as Joel mentioned in his blog some time ago. Even VB code is a lot simpler to write than it is to read.

There are some active APL groups out there, like the dyalogusers Yahoo group (Dyalog is an APL vendor).

link|improve this answer
feedback

Well, because

(∼R∈R°.×R)/R←1↓ιR

of course.

link|improve this answer
Okay...I've gotta know what that means...! :) – Drew Hall Nov 29 '08 at 4:57
@Drew: I just stole a snippet from Wikipedia's APL article. They say it finds all primes from 1 to R. Beyond that, I know nothing about APL (took a course on it in university, but no memory remains). – Michael Burr Dec 1 '08 at 18:41
feedback

Love/use regular expression? Do you?? Needs skill to read and maintain them, does it? So does APL.

Ever looked at quantum mechanics formulas? Readable?! Well...

What one considers reable depends on two things: your skills and how much is going to happen. In one line of APL a lot of things can be done. If you expect that line to be as readable as a line of Cobol, say, something is wrong. With you, not with APL.

To get an impression look at this and have fun:

http://www.youtube.com/watch?gl=GB&hl=en-GB&v=a9xAKttWgP4&fmt=18

link|improve this answer
feedback

I work with APL, as I have since 1974, when my 12-year old self hacked a moonlander game online at the local university. Those obsessed with 'my code is shorter than your code' issues should stick to Perl, a truly write-only language.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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