Anyone coding with APL? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T03:12:24Z http://stackoverflow.com/feeds/question/327136 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/327136/anyone-coding-with-apl 0 Anyone coding with APL? Maxim 2008-11-29T03:53:55Z 2009-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#327146 2 Answer by Michael Burr for Anyone coding with APL? Michael Burr 2008-11-29T04:08:23Z 2008-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#327150 4 Answer by S.Lott for Anyone coding with APL? S.Lott 2008-11-29T04:10:40Z 2008-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#327170 2 Answer by Curyous for Anyone coding with APL? Curyous 2008-11-29T04:37:33Z 2008-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#1401082 1 Answer by KaiJaeger for Anyone coding with APL? KaiJaeger 2009-09-09T17:52:03Z 2009-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&amp;hl=en-GB&amp;v=a9xAKttWgP4&amp;fmt=18" rel="nofollow">http://www.youtube.com/watch?gl=GB&amp;hl=en-GB&amp;v=a9xAKttWgP4&amp;fmt=18</a></p>