HN Hall of Fame Weekly email

The memory models that underlie programming languages (2016)

canonical.org Essays & writing Essays & articles Computer science Candidate
Screenshot of canonical.org captured 2026-07-20
Page preview · captured 2026-07-20

Resurfaced independently across 2 calendar years, with breakout response in 2 of them.

submissions
3
submitters
3
observed span
2018–2021
peak thread · 101 comments
304 pts
latest 20+ return · 2021-06-10
304 pts

Submission timeline

2007–2026

One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.

First comments on top threads

HN comment order

Rust has an interesting, and somewhat difficult, memory model. First, there's the single ownership tree. Single ownership is checked by the borrow checker. You can have only one mutable reference to a data object at a time, and that's also checked by the borrow checker. If you can stay within that model, if the program compiles, it will probably work at the data access level. But then there are all the escape hatches. There's "Rc", which is reference counting for…

Animats·304-point thread·

The older I become the more I realize how influential Lisp is/was. The Lisp memory model presented here looks like object oriented data structures, if you squint a little. Java dragged C++ programmers 'halfway to Lisp' [1]. I now do a lot of programming on Python, which is so obviously like Lisp that MIT teaches it instead of Scheme. We don't have continuations and macro yet in mainstream languages, but we'll get there. [1] http://people.csail.mit.edu/gregs/ll1-discuss-archive-html/m...

The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.

Breakout years
2

100+ points or 50+ comments

Total points
482

reference only — not used in Hall rules or ranking

Total comments
136

reference only — not used in Hall rules or ranking

Every submission

DateTitle as submittedByPointsComments
2018-05-18The memory models that underlie programming languages (2016)First breakoutbshanks17735
2021-03-12The memory models that underlie programming languagessmt110
2021-06-10The memory models that underlie programming languages (2016)Best thread · Latest 20+ point returnsigna11304101