From 55090f9eb9a3224cc73c7edcfb07841e7a08df67 Mon Sep 17 00:00:00 2001 From: Paolo Amoroso Date: Thu, 24 Oct 2024 11:06:47 +0200 Subject: [PATCH] Link to LOOPS book 1 on Hacker News Add an entry for the Hacker News sharing of the book Medley LOOPS: The Basic System. --- content/en/project/status/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/en/project/status/_index.md b/content/en/project/status/_index.md index 8dd546bf..9690b887 100644 --- a/content/en/project/status/_index.md +++ b/content/en/project/status/_index.md @@ -15,6 +15,10 @@ aliases: Builds of Medley for several operating systems and architectures are generated automatically every week. You can [learn what's changed and download the latest builds](https://github.com/Interlisp/medley/releases). We advise caution as these builds are untested and may have bugs or other issues. +## Medley LOOPS Volume I on Hacker News + +In October of 2024 the book [Medley LOOPS: The Basic System](/documentation/2024-loops-book-1.pdf) by Stephen Kaisler [made it to the front page of Hacker News](https://news.ycombinator.com/item?id=41859622), where it generated an interesting discussion on early Lisp object systems and the syntax and internals of LOOPS. + ## Medley LOOPS Volume I In October of 2024 the Medley Interlisp Project published the book [Medley LOOPS: The Basic System](/documentation/2024-loops-book-1.pdf) by Stephen Kaisler. This is Volume I of the [Medley LOOPS series](/software/using-medley#interlisp-books) on the Lisp Object-Oriented Programming System, an object extension of Interlisp.