* Posts by Paolo Amoroso

2 publicly visible posts • joined 23 Nov 2023

War of the workstations: How the lowest bidders shaped today's tech landscape

Paolo Amoroso

Re: What Is A “Workstation”?

> Dedicated Smalltalk and LISP machines gave us a certain kind of power, but at a cost: when you have no source code files, you cannot share patches to those source code files.

Medley Interlisp, the system software of Xerox Lisp Machines, largely overcomes this issue as it's not a pure image-based environment. It's a "residential environment", a hybrid where you still develop in the image, but save the code to files that are treated more like code databases than source files. In fact, the Medley Interlisp revival project stores the full sources on GitHub and the maintenance and development work is based on pull requests.

Revival of Medley/Interlisp: Elegant weapon for a more civilized age sharpened up again

Paolo Amoroso
Happy

Re: lore

There's a proof of concept of running Medley in the browser via Emscripten/WASM.