back

by Rochus·1mo ago·view on hn ↗
Cool; though a few facts on your landing page might need some reconsideration. See e.g. https://news.ycombinator.com/item?id=36879311.

> something like a small computer of its own

Which corresponds pretty well with the Simula I concept, published 1966 in the Communications of the ACM. A Simula event notice (time, process) in the sequencing set is just a message step(process, time) in a priority mailbox; the two are the same mathematical object, making Simula's discrete-event active processes and Kay's message-passing active objects trivially isomorphic.

1 comments
thanks! I checked the link and there are indeed quite a few inaccuracies in the initial part. I'll go through it and make corrections.
The IEEE milestone about OOP is also worth reading: https://ethw.org/Milestones:Object-Oriented_Programming,_196...
Thank you so much. Sometimes I wish there were more documents out there that organized the historical aspects of programming like this.
You'd probably like the work of Tomas Petricek: https://tomasp.net/

He does research in "the history and philosophy of programming", amongst other things.

Amazing. This is exactly the kind of content I wanted to put on my homepage. Thank you