veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

296
active users

#interlisp

6 posts6 participants0 posts today

Grammar Writer's Workbench is a graphical platform in Interlisp for linguistic and algorithmic research within the Lexical Functional Grammar theoretical framework. In this 1982 videotape its co-creator Ron Kaplan demonstrates using the system to parse and analyze English sentences.

archive.org/details/Xerox_Cogn

The manual of the system:

researchgate.net/profile/John-

We are working to make Grammar Writer's Workbench available again on Medley.

In 1992 the Interlisp team was awarded the ACM Software System Award:

"For their pioneering work in programming environments that integrated source-language debuggers, fully compatible integrated interpreter/compiler, automatic change management, structure-based editing, logging facilities, interactive graphics, and analysis/profiling tools in the Interlisp system."

awards.acm.org/award-recipient

awards.acm.orgLarry M MasinterACM Award Recipient page

Larry Masinter @masinter and Frank Halasz @fghalasz will be the guests of the next episode of "Do you speak tech?", the show Patrick Domanico hosts at Near FM community radio in Dublin. They will chat about Medley Interlisp, their memories of Xerox PARC, the computing world then and now, and more.

On March 10, 2025 at 19:00 UTC tune in to 90.3fm in the Dublin area or listen online here:

nearfm.ie/livestream

nearfm.ieListen Online – Near FM

Medley now comes with a new modernization feature that improves text editing: the arrow keys move the cursor as expected in TEdit, Execs, and most editing fields (but not SEdit). Here the cursor moves under arrow key control in TEdit.

In classic Medley the cursor was moved with the mouse and TEdit had some keyboard support for cursor movement but not via the arrow keys.

Download medley-250224-3aa58b63 or later. Cursor keys currently don't work on Medley Online.

@amoroso beyond all expectations, I installed #Interlisp from source on #FreeBSD today.

I was doing a quick test of how much pain it would be to create a port package for #freebsd

Maiko built on the first try.
I got the runtime via git.
I got the prebuilt loadups.

After unpacking, I ran the (obsolete) startup script and…it just worked. Medley running under Wayland.

Was it. Supposed. To work?

The NoteCards hypermedia system was developed in Interlisp at Xerox PARC by @fghalasz Frank Halasz, Tom Moran, and Randy Trigg. In this 1985 videotape Moran introduced the main concepts of NoteCards, and Halasz demonstrated how to use the system to organize notes and sources for writing a research paper.

archive.org/details/Xerox_PARC

In a system that is Lisp all the way down like Medley Interlisp you get scripting for free. Pretty much everything has a Lisp API that can be called or inputs data.

Here I inserted in the TEdit rich text editor a table of square roots formatted by a short user function evaluated in the REPL at the top left, and a datestamp returned by evaluating the DATE system function in the small input box (evaled as soon as the right parenthesis is typed, so omitted for clarity).

I wanted to write a network program in Interlisp but Medley's TCP/IP stack doesn't work. So I cheated.

This is how I managed to write a Finger client in Interlisp. When I tested the program Ben Brown @benbrown may have noticed my traffic to his great Happy Net Box public Finger server (thanks!).

journal.paoloamoroso.com/paolo

Paolo Amoroso's Journal · Interpinkie, a Finger client in InterlispI wrote Interpinkie, a basic Finger client in Interlisp that runs on the Medley environment. This is the main window of the program: It ...