TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

APL in its modern state (2020)

95 pointsby akbarnamaover 3 years ago

13 comments

ibizaover 3 years ago
Conor Hoekstra&#x27;s code_report[0] YouTube channel is a great way to learn about APL. The &quot;1 problem N languages&quot; series of videos are especially good.<p>[0] <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;c&#x2F;codereport&#x2F;featured" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;c&#x2F;codereport&#x2F;featured</a>
joostdevriesover 3 years ago
Gilad Bracha is working on Shaperank. An APL inspired language for reactively calculating with multi dimensional arrays. Ie vectors and matrices. <a href="https:&#x2F;&#x2F;twitter.com&#x2F;Gilad_Bracha&#x2F;status&#x2F;1450149734325256193" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;Gilad_Bracha&#x2F;status&#x2F;1450149734325256193</a>
评论 #28932316 未加载
评论 #28932053 未加载
miklover 3 years ago
Was it ever alive, outside some tiny academic niche? You could hardly even use it without getting a custom keyboard for it.
评论 #28932290 未加载
评论 #28937685 未加载
评论 #28930794 未加载
评论 #28930726 未加载
评论 #28955139 未加载
评论 #28938399 未加载
评论 #28945440 未加载
7thaccountover 3 years ago
Anyone using APL or J for work on HN? I&#x27;ve used it as a hobby and think it&#x27;s really cool, but haven&#x27;t ever used it professionally.<p>Edit: this has been posted on HN before.
评论 #28930144 未加载
评论 #28937474 未加载
评论 #28929915 未加载
评论 #28930215 未加载
评论 #28930970 未加载
评论 #28930154 未加载
评论 #28932070 未加载
评论 #28931385 未加载
JulianMorrisonover 3 years ago
Nothing dies.<p>Like, if it has actual uses and implementations on modern machines and isn&#x27;t abandonware, someone is going to be using it somewhere.<p>But I would say it was niche.
评论 #28930192 未加载
coldcodeover 3 years ago
Few languages ever die completely. Even Jovial is still used in some places (I learned it in 1982). I have not seen any mention of PL&#x2F;1 in decades, however. I learned APL in 1979 and found it an amazing language at the time, though I never used it again. Every other language I learned in my life is still in use in some form.
评论 #28930515 未加载
_rgekover 3 years ago
I will note that the article doesn&#x27;t contain the word &quot;readability&quot;. APL is the classic example of a &quot;write-only&quot; language.
评论 #28930296 未加载
评论 #28930268 未加载
评论 #28930507 未加载
评论 #28930245 未加载
adamrtover 3 years ago
There was a good Co-Recursive episode I just listened to last week that was partially about APL. <a href="https:&#x2F;&#x2F;corecursive.com&#x2F;065-competitive-coding-with-conor-hoekstra&#x2F;" rel="nofollow">https:&#x2F;&#x2F;corecursive.com&#x2F;065-competitive-coding-with-conor-ho...</a>
robomartinover 3 years ago
Context: Professional APL user for ten years back in the &#x27;80&#x27;s<p>I firmly believe languages like APL, Forth and LISP should be taught in a single quarter course on programming languages. The perspective you get is invaluable. These ideas help you think about computational problem solving in a different way.<p>That said, attempting to use any of these languages today for anything other than a fun hobby would be a mistake. While APL isn&#x27;t dead --paid and free distributions are still actively maintained--, it is, in my opinion, deader than a doornail when it comes to the reality of using it for any real work, particularly at scale. In this sense it isn&#x27;t any different than Forth, LISP, COBOL and FORTRAN. Can you imagine Facebook announcing a move to FORTRAN. Neither can I.<p>I often find the comments on HN about APL is terribly misinformed. Things like &quot;read only language&quot;, &quot;need a custom keyboard&quot;, &quot;need a custom machine&quot;, etc. are, from the perspective of someone who actually knows APL, just silly. People truly should stop for a second and think about whether their opinions about anything are based on enough data to actually support even having an opinion. Simple parallel example:<p>Dabbling in music does not make you a musician. Declaring that you need a custom machine to type musical notation and that this notation is impossible to read would sound terribly ignorant to someone who devoted sufficient time to actually learning and internalizing this.<p>I can, still, to this day, decades later, touch-type APL. Do you look at your keyboard when you type anything in your spoken language&#x2F;s? No? Same with APL. The learning curve isn&#x27;t any worse than learning to type on an ASCII keyboard. Do you have to look at the keyboard when you type any of the shifted symbols on the top row? No? Well, imagine that&#x27;s APL. Different symbols. No problem.<p>Yes. APL is dead as a sensible informed choice for non-trivial projects.<p>No. APL is not dead as it pertains to learning some amazing things about what computing could --and arguably, should-- look like at some undefined point in the future.<p>I have always thought that the future of AI will require us to be able to communicate with the computer in code in a form far closer to the symbolic APL approach rather than typing words in English. I can&#x27;t put my finger on what form that would take. Iverson&#x27;s &quot;Tool for Though&quot; paper goes over the reasons that support this idea. I just can&#x27;t offer anything other than to say I believe this to be true based on ten years using an amazing symbolic language for real work at scale. One of my APL applications was part of the human genome decoding project. It helped analyze, classify and visualize sequencing data.
评论 #28932239 未加载
评论 #28931636 未加载
michaelbuckbeeover 3 years ago
I feel like we&#x27;re quibbling about semantics.<p>Is APL an interesting language that most people would benefit from picking up and building something with? Sure.<p>Is there a small and passionate community around it? Absolutely?<p>Is it still possible to get up and running with APL in 2021? Yes.<p>Given the variety of choices in the developer ecosystem is APL the best choice for the types of problems the vast majority of developers are solving today? No.<p>And I think maybe most interestingly this conversation (to me) highlights how important ecosystems, frameworks and communities are to modern development over the pure language semantic benefits.
评论 #28930487 未加载
评论 #28931153 未加载
ctdonathover 3 years ago
Article describes interest in APL, and constructing tools for it, but does not note any modern practical&#x2F;commercial use of APL. As such, seems little more than academic interest akin to Latin or Esperanto, where even Klingon gets more actual use (<a href="https:&#x2F;&#x2F;smile.amazon.com&#x2F;s?k=klingon+shakespeare" rel="nofollow">https:&#x2F;&#x2F;smile.amazon.com&#x2F;s?k=klingon+shakespeare</a>).
MontyCarloHallover 3 years ago
APL is alive and well and widely used. It’s just evolved into more verbose forms known as NumPy, R, and other Iverson Ghosts [0].<p>Turns out people love array programming but hate terse syntax.<p>[0] <a href="https:&#x2F;&#x2F;dev.to&#x2F;bakerjd99&#x2F;numpy-another-iverson-ghost-9mc" rel="nofollow">https:&#x2F;&#x2F;dev.to&#x2F;bakerjd99&#x2F;numpy-another-iverson-ghost-9mc</a>
评论 #28931212 未加载
评论 #28931422 未加载
评论 #28930703 未加载
ncmncmover 3 years ago
Anyway, the iota operator isn&#x27;t wholly dead. It gets name-checked in libraries for other languages, including recently C++. Which isn&#x27;t dead.