Submission timeline
2007–2026One 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 orderRust 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…
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
- Total points
- 482
- Total comments
- 136
100+ points or 50+ comments
reference only — not used in Hall rules or ranking
reference only — not used in Hall rules or ranking
Every submission
| Date | Title as submitted | By | Points | Comments |
|---|---|---|---|---|
| 2018-05-18 | The memory models that underlie programming languages (2016)First breakout | bshanks | 177 | 35 |
| 2021-03-12 | The memory models that underlie programming languages | smt1 | 1 | 0 |
| 2021-06-10 | The memory models that underlie programming languages (2016)Best thread · Latest 20+ point return | signa11 | 304 | 101 |
