Live data from Hacker News

Medley Loops: The Basic System (Lisp Object-Oriented Programming System) [pdf]

interlisp.org

1–10 of 32 posts

Re: Medley Loops: The Basic System (Lisp Object-Oriented Programming System) [pdf]

#3
post #2

Volume I of the Medley LOOPS series about the Lisp Object-Oriented Programming System, an Interlisp object extension. Volume II is coming in the late fall of 2024, Volume III in the fall of 2025.

Thanks for sharing. I didn't realize it was available, but the version is 1.2 and date is July 2024, so it must have been around for some time.

Re: Medley Loops: The Basic System (Lisp Object-Oriented Programming System) [pdf]

#4
LOOPS was one of the early frameworks for AI programming (-> for Knowledge-based Systems -> especially Expert Systems) in Lisp, which also made use of the new graphical user interface of the Interlisp-D Lisp Machine from Xerox. Interlisp-D was a combination of operating system and development environment, and was developed for the same computers, which also ran Smalltalk. Both were image-based and managed the source code in the development environment.

Remarkable is the fully interactive way of working in the REPL (Lisp's Read Eval Print Loop) and through the GUI, including live editing all classes/etc. via menus. LOOPS extended Interlisp with various ways to do object-oriented programming and a rule-system.

There is also a "friendly primer" for Xerox LOOPS, from mid 1980s. https://bitsavers.org/pdf/xerox/interlisp-d/198510_Koto/3102...

Note that LOOPS is an early OOP System, it's not a about iteration in a loop.

Re: Medley Loops: The Basic System (Lisp Object-Oriented Programming System) [pdf]

#8
post #6
post #5

What are the major differences to CLOS?

The answer is mostly about CLOS and not about LOOPS. Update: my remark was about an earlier posted content, which had an "AI" generated answer. That text has been removed.

The book unfortunately doesn't mention CLOS, nor does it give any hints about the differences. But the focus of the book is obviously on Lisp Object-Oriented Programming, not on Expert Systems. A comparison with CLOS is therefore apparent.

Re: Medley Loops: The Basic System (Lisp Object-Oriented Programming System) [pdf]

#9
post #8
post #6

Earlier quoted context omitted.

The answer is mostly about CLOS and not about LOOPS. Update: my remark was about an earlier posted content, which had an "AI" generated answer. That text has been removed.

The book unfortunately doesn't mention CLOS, nor does it give any hints about the differences. But the focus of the book is obviously on Lisp Object-Oriented Programming, not on Expert Systems. A comparison with CLOS is therefore apparent.

The only way to improve GenAI-slop comments is to delete them, please stop polluting HN.

EDIT: The comments I was referring to got sneakily edited. Another thing that is not nice to do.

Post reply on HN