Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Laya the open source version of Jev(convaiinnovations.com ↗)
    124comments
  2. A graphical desktop for the ZX Spectrum(github.com/mindbox77 ↗)
    39comments
  3. Tin: full-text search for Postgres(planetscale.com ↗)
    22comments
  4. AI-generated posters don’t have to be horrible(john.hartnup.uk ↗)
    427comments
  5. Human brain is two separate organs, Stanford Medicine-led research finds(stanford.edu ↗)
    176comments
  6. Jobs Without LeetCode(noleet.lol ↗)
    discuss
  7. Black Holes or Black Hole Stars? Astronomers Spar over 'Little Red Dots'(quantamagazine.org ↗)
    11comments
  8. “The Secret Life of Circuits” is here(coredump.cx ↗)
    49comments
  9. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    543comments
  10. I built the fastest PHP webserver in the world(qbixserver.com ↗)
    16comments
  11. What Zig felt like, coming from Rust(besok.github.io ↗)
    94comments
  12. Agreement between the USA and Denmark (1951,2004) [pdf](state.gov ↗)
    1comments
  13. Asking Authors About Their Own Papers(medium.com/tmlrorg ↗)
    29comments
  14. San Francisco Onion Futures Company(onionfutures.com ↗)
    105comments
  15. GPT-6 Astra Solves a WWI German Radio Cipher(prinzai.com ↗)
    126comments
  16. If math is more than proof, we need to better celebrate the rest of it(terrytao.wordpress.com ↗)
    186comments
  17. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    1comments
  18. Learning Another Language May Be One of the Best Ways to Keep Your Brain Healthy(theconversation.com ↗)
    33comments
  19. Cloudflare Quick Tunnels(cloudflare.com ↗)
    301comments
  20. How to Write with an LLM(sockpuppet.org ↗)
    360comments
  21. You can run Git on object storage if you re-make packfiles(tigrisdata.com ↗)
    23comments
  22. Communication by means of modulated Johnson noise(pnas.org ↗)
    18comments
  23. Saving another 100TB of RAM(cloudflare.com ↗)
    89comments
  24. SDCC – Small Device C Compiler(sourceforge.net ↗)
    23comments
  25. Ray Ozzie and the Optimism of Being Early(reproof.app ↗)
    9comments
  26. Science Is Open Software(jepedersen.dk ↗)
    50comments
  27. From Stonemasons to Carpenters(thelastsoftwareengineer.substack.com ↗)
    4comments
  28. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    44comments
  29. Ctenophores: Wonders of Biology(quantamagazine.org ↗)
    7comments
  30. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    122comments

Conversation with Arthur Whitney, programming language designer

21 pointsby 17y agomags.acm.org
8 comments
17y agoHN ↗

Thanks for posting this.

There's a reasonable argument that APL and derivatives are more expressive than lisp and its derivatives, at the expensive of having a much larger startup cost in terms of things you have to know.

I suspect that in another few years the old-school APL alphabet will be positioned to start making a comeback, via in-software, touch-screen 'keyboards' (thereby eliminating the expense of a very small run of 'funny symbol' keyboards).

17y agoHN ↗

Tip: Click on the image to zoom in. This crucial functionality is so well-hidden you could call it an easter egg. Horrible usability.

17y agoHN ↗

It's a must read because it's so far outside our normal experience. First the languages are derivatives of APL that do one thing very well and nothing else. Don't try doing a web page in APL. Second, the programs efficiently process billion and trillion line databases in a tightly constrained environment. Third, Whitley throws away everything every few years and reimplements from scratch, even the parts that work. He talked about millions of hours of running time without an error. Pretty amazing.

It got me to thinking about the virtues of simplicity instead of the increasing complexity that we are getting into.

17y agoHN ↗

[Whitney's] languages are derivatives of APL that do one thing very well and nothing else.

I don't think that's fair. They are general-purpose languages. It's true that they've mostly been used on certain classes of problems so far, but that could just be a historical accident. Who's to say what people would make with them if they found a broader audience?

Whitney is not someone who thinks in special cases.

Edit: I agree with everything else you said, though.

17y agoHN ↗

I really enjoyed reading that. As russell said, it is far outside my experience, but it is more like I wished my experience would have been.

I read an article on APL back in the early 80s and it sounded wonderful, but I never had an occasion to learn or use it. The closest thing for me now are list operations in Python and the collection functions I'm learning in Clojure right now.

17y agoHN ↗

Consider that Arthur's software sells for 25K per core and 8 cores is pretty much a minimum. And that the sole executable is < 300K. Now re-read the article :D.

17y agoHN ↗

What an absolute treat. Whitney has done things which, if he hadn't done them, would be called impossible. It's such a shame that his work isn't widely available. There's a whole world inside those 300 kb. It's the only thing I've seen that got me as excited as Lisp.