Anyone coding with APL? - Stack Overflow most recent 30 from stackoverflow.com2009-11-29T03:12:24Zhttp://stackoverflow.com/feeds/question/327136http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/327136/anyone-coding-with-apl0Anyone coding with APL?Maxim2008-11-29T03:53:55Z2009-09-09T17:52:03Z
<p>we had a discussion about this language at work... Who works with that today?</p>
<p>Don't we normally favor readability over smallest number of lines?</p>
http://stackoverflow.com/questions/327136/anyone-coding-with-apl/327146#3271462Answer by Michael Burr for Anyone coding with APL?Michael Burr2008-11-29T04:08:23Z2008-11-29T04:08:23Z<p>Well, because</p>
<pre><code>(∼R∈R°.×R)/R←1↓ιR
</code></pre>
<p>of course.</p>
http://stackoverflow.com/questions/327136/anyone-coding-with-apl/327150#3271504Answer by S.Lott for Anyone coding with APL?S.Lott2008-11-29T04:10:40Z2008-11-29T04:10:40Z<p>Contact folks in <a href="http://www.sigapl.org/orgs.htm" rel="nofollow">SigAPL</a> for an answer.</p>
<p>DMOZ has some links on <a href="http://www.dmoz.org/Computers/Programming/Languages/APL/" rel="nofollow">APL</a>, including user groups.</p>
<p>APL is not <em>that</em> obscure. Some algorithms are expressed naturally. Some aren't, of course, but some are. </p>
<p>One problem is the one-liner syndrome. See <a href="http://www.maniagnosis.blogspot.com/" rel="nofollow">here</a> for a great quote.</p>
<blockquote>
<p>APL one-liners are like carving a wire
from marble. It demonstrates your
skill at carving, but is not a good
use of marble.</p>
</blockquote>
http://stackoverflow.com/questions/327136/anyone-coding-with-apl/327170#3271702Answer by Curyous for Anyone coding with APL?Curyous2008-11-29T04:37:33Z2008-11-29T04:37:33Z<p>Yeah baby! I'm using it in the financial industry.</p>
<blockquote>
<p>Don't we normally favor readability
over smallest number of lines?</p>
</blockquote>
<p>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.</p>
<p>'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.</p>
<p>There are some active APL groups out there, like the dyalogusers Yahoo group (Dyalog is an APL vendor).</p>
http://stackoverflow.com/questions/327136/anyone-coding-with-apl/1401082#14010821Answer by KaiJaeger for Anyone coding with APL?KaiJaeger2009-09-09T17:52:03Z2009-09-09T17:52:03Z<p>Love/use regular expression? Do you?? Needs skill to read and maintain them, does it? So does APL.</p>
<p>Ever looked at quantum mechanics formulas? Readable?! Well...</p>
<p>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.</p>
<p>To get an impression look at this and have fun:</p>
<p><a href="http://www.youtube.com/watch?gl=GB&hl=en-GB&v=a9xAKttWgP4&fmt=18" rel="nofollow">http://www.youtube.com/watch?gl=GB&hl=en-GB&v=a9xAKttWgP4&fmt=18</a></p>