Skip to content

Commit b28d761

Browse files
pamorosohjellinek
andauthored
Revise Project page (#297)
* Revise Project page To address issue #1456: - add more examples of Interlisp systems the project might revive - move the News and Status Reports link to the section on what the project is about - replace the button How do I get involved? with an explanation of how to contribute - rewrite the project motivations based on the work so far Signed-off-by: Paolo Amoroso <info@paoloamoroso.com> * Fix capitalization Uppercase the get involved link. Signed-off-by: Paolo Amoroso <info@paoloamoroso.com> * Mention SDL/WASM, clarify revival goal Mention experiments like SDL2/SDL3 and WASM. Clarify how we support the revival of Interlisp systems. Signed-off-by: Paolo Amoroso <info@paoloamoroso.com> * Fix typo useable -> usable Signed-off-by: Paolo Amoroso <info@paoloamoroso.com> --------- Signed-off-by: Paolo Amoroso <info@paoloamoroso.com> Co-authored-by: Herb Jellinek <jellinek@newscenter.com>
1 parent 74b6214 commit b28d761

File tree

1 file changed

+12
-16
lines changed

1 file changed

+12
-16
lines changed

content/en/project/_index.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,32 @@ aliases:
1212

1313
## What are we trying to accomplish?
1414

15-
Our aim is to allow Medley to "live again": to be useable enough on modern systems that someone could develop some code and experience what it was like to use this groundbreaking system. You could think of this as a kind of "*vintage software*" project, to try to capture the sense of fluidity in the development cycle.
15+
Our aim is to allow Medley to "live again": to be usable enough on modern systems that someone could develop some code and experience what it was like to use this groundbreaking system. You could think of this as a kind of "*vintage software*" project, to try to capture the sense of fluidity in the development cycle.
1616

17-
We also hope to provide a platform for revival of systems developed using Interlisp, including 1980's work in hypertext (Notecards), desktop management (Rooms), and object-oriented programming (LOOPS).
17+
As part of this effort we explore alternate system technologies such as SDL2/SDL3 as a graphics backend and [running Medley in the browser via WebAssembly](http://wasm.interlisp.org/medley.html) (experimental, doesn't save files).
1818

19-
The lessons from the Interlisp interactive environment is likely more relevant in today's "devops" environment -- managing large networks of independent microservices, with no single serialization of the components quite comprehensible. Development in this model has been called "repl-driven development": you are working in the 'live' environment (or a copy) making changes without a separate, lengthy edit-compile-load-restart.
19+
We also hope to provide a platform for supporting the revival of systems developed using Interlisp, including 1980's work in hypertext (NoteCards), desktop management (Rooms), object-oriented programming (LOOPS), linguistics (LFG Grammar Writer’s Workbench), user interface design (Trillium), geopolitical simulation (STRADS), and intelligent database assistants (DADM).
20+
21+
The lessons from the Interlisp interactive environment are likely more relevant in today's "devops" environment -- managing large networks of independent microservices, with no single serialization of the components quite comprehensible. Development in this model has been called "repl-driven development": you are working in the 'live' environment (or a copy) making changes without a separate, lengthy edit-compile-load-restart.
22+
23+
For more on the work we're doing, see [Reviving Medley](reviving) and [News and Status Reports](status).
2024

2125
## What are our challenges?
2226

23-
"Reviving" old software requires some judgment of tradeoffs. There are often disagreements. Backward compatibility, fixing what seems to be a bug might cause other problems. For more on the work we're doing, see [Reviving Medley](reviving) and [Status](status).
27+
"Reviving" old software requires some judgment of tradeoffs. There are often disagreements. Backward compatibility, fixing what seems to be a bug might cause other problems.
2428

2529
We are trying to address this conflict by also making older versions of Interlisp available. There is an emulator for the Xerox 1108 (Dandelion) D-machine that will run the old software unchanged, it is slow and cumbersome; not something you would want to use for day-to-day work.
2630

2731
## Who is involved?
2832

2933
We are [some of the original developers and users of Interlisp](/project/credits) 30 years ago, joined by newcomers interested in software history and preservation, along with members of the Lisp community. We work with [organizational partners](partners). And with you!
3034

31-
<div class="mx-auto">
32-
<a class="btn btn-lg btn-danger mr-3 mb-4" href="getinvolved/">
33-
How do I get involved?<i class="fas fa-arrow-alt-circle-right ml-2"></i>
34-
</a>
35-
</div>
35+
[Get involved](getinvolved) by running Medley, testing and reporting bugs and anomalies, participate to our discussions, and other opportunities to contribute with or without coding skills.
3636

3737
## Why?
3838

39-
People have [different stories](stories) for why they are interested.
40-
41-
42-
A presentation from the 2020 Remote Chaos Experience conference highlights some of the interesting aspects of Interlisp.
39+
People involved with the project have [different stories](stories) for why they are interested. The [1992 ACM Software System Award](https://awards.acm.org/award-recipients/masinter_3814811), awarded to the Interlisp system for pioneering work in programming environments, recognizes an influence over computer science that is broader than these individual stories and funnels them.
4340

44-
[What have we lost?](https://www.youtube.com/watch?v=7RNbIEJvjUA&t=841s)
41+
The paper [The Medley Interlisp Project: Reviving a Historical Software System](https://interlisp.org/documentation/young-ccece2025.pdf) expresses our motivations for preserving Medley and traces the journey to making the system and its lessons widely accessible:
4542

46-
The presentation synopsis states it this way:
47-
> We have ended up in a world where UNIX and Windows have taken over, and most people have never experienced anything else. Over the years, though, many other system designs have come and gone, and some of those systems have had neat ideas that were nevertheless not enough to achieve commercial success. We will take you on a tour of a variety of those systems, talking about what makes them special.
43+
> [the project] aims to render Medley Interlisp, the final release of Interlisp, usable on modern operating systems and hardware environments, and to selectively add modern capabilities to Medley while conserving its value as a historically groundbreaking system.

0 commit comments

Comments
 (0)