This website has a couple of screenshots of InterLISP/65, an implementation of Interlisp for Atari 8-bit micros. Notice the POKE form.

https://alchetron.com/Interlisp

#interlisp #atari #lisp #retrocomputing

Interlisp - Alchetron, The Free Social Encyclopedia

Interlisp (also seen with a variety of capitalizations) is a programming environment built around a version of the Lisp programming language. Interlisp development began in 1967 at Bolt, Beranek and Newman in Cambridge, Massachusetts as BBN LISP, which ran on PDP10 machines running the TENEX operat

Alchetron.com

"Idle Mode" is a facility of the Medley Interlisp environment that locks the screen and runs a screensaver when the system is idle. The facility, which is documented here, also supports user-developed screensavers:

https://interlisp.org/documentation/IRM.pdf#page=165

#interlisp #lisp

Although Eurisko is more well known the code of AM, the earlier AI system Authomated Mathematician also by Doug Lenat, is available on GtHub. The code is in Interlisp-10 for the PDP-10 and I haven't tried it under Medley Interlisp.

https://github.com/white-flame/am

#ai #interlisp #retrocomputing

GitHub - white-flame/am: Douglas Lenat's AM (Automated Mathematician) from SAIL archives circa 1977

Douglas Lenat's AM (Automated Mathematician) from SAIL archives circa 1977 - white-flame/am

GitHub
@amoroso It's a real shame Xerox didn't #OpenSource #InterLisp in the 1980s. Ported to cheap commodity hardware -- Acorn ARMs, Sun SPARCs, DEC Alpha or whatever -- it could have changed the history of computing, and vastly for the better.

This 1983 paper reported on the experience with implementing the same applications on three different Lisp systems: Maclisp on a DEC-20, Franz Lisp on a VAX 11/780, and Interlisp-D on a Dolphin workstation. Despite the graphical environment the poor performance of the Dolphin hardware, one of the slowest Xerox D machines, made the Interlisp-D experience worse than other systems.

https://www.ijcai.org/Proceedings/83-2/Papers/063.pdf

#interlisp #lisp #maclisp #retrocomputing

Modern Medley Interlisp can read and write files where 16 bit character codes are represented as UTF-8 byte sequences or UTF-16 byte-pairs, and convert from and to Unicode codes to equivalent internal Medley codes. For details see:

https://files.interlisp.org/medley/library/UNICODE.TEDIT.pdf

#interlisp #lisp #unicode

SAILDART "is an archive of the first Stanford Artificial Intelligence Laboratory derived from its final backup tapes". Lots of historical material since the 1970s, see for example the files of Don Knuth (DEK), John McCarthy (JMC), and Larry Masinter (LMM).

https://www.saildart.org

#retrocomputing #interlisp #lisp #ai

SAILDART Stanford Artificial Intelligence Lab DART Archive

This 1986 paper reported on various extensions and forms of collaboration for the NoteCards hypertext-based idea structuring system. Written in Interlisp, NoteCards was essentially a single user hypermedia environment at first.

https://dl.acm.org/doi/abs/10.1145/637069.637089

https://dl.acm.org/doi/pdf/10.1145/637069.637089

#interlisp #hypertext #retrocomputing

In the late 1970s Interlisp was ported to DEC VAX computers under Berkeley Unix. These papers reported on the project and its challenges.

https://softwarepreservation.computerhistory.org/LISP/interlisp/Interlisp-VAX_A_Report.pdf

https://dl.acm.org/doi/pdf/10.1145/800068.802138

#interlisp #dec #vax #lisp #retrocomputing

To try out the bitmap editor of Medley Interlisp evaluate (EDITBM (CURSOSRBITMAP)) which edits the bitmap of the mouse pointer. Middle-click on the gray area at the top and select Abort to exit with no changes, otherwise select OK.

To learn how to use the tool see:

https://interlisp.org/documentation/IRM.pdf#PAGE=646

#interlisp #lisp