bolha.us is one of the many independent Mastodon servers you can use to participate in the fediverse.
We're a Brazilian IT Community. We love IT/DevOps/Cloud, but we also love to talk about life, the universe, and more. | Nós somos uma comunidade de TI Brasileira, gostamos de Dev/DevOps/Cloud e mais!

Server stats:

250
active users

#interlisp

3 posts2 participants0 posts today

The Xerox PARC alumni who contribute to the Medley Interlisp project shared the buttons they collected at computing conferences in the 1980s and 1990s such as AAAI, IJCAI, SIGGRAPH.

The buttons are awesome and span a range of languages and systems such as Interlisp, Lisp Machines, Smalltalk, Unix, Modula-2, Mesa, Pilot, and more. Be sure to go through the whole thread.

groups.google.com/g/lispcore/c

groups.google.comConference buttons

I’ve been working on a #freebsd from scratch blog post series and was going to skip right over Xorg (preferring #wayland and #sway)…and then I heard about #NSCDE - a reimplementation of #Solaris #CDE look-and-feel via #fvwm

Thanks to work by Christian Moerz, it was a snap. Literally `pkg install Xorg nscde` a change to my .xinitrc and I was up in a pastel bliss again. Run #interlisp on it is a beautiful joy.

I was so impressed AND I got to avoid s security holes and bit rot— so I sent some librepay love. It’s a great project!

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

@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).