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

@interlisp

Interesting stuff.

It was painful moving from the PDP-6/PDP-10 instruction set (two 18-bit pointers per word) to the 32-bit computers (one 32-bit pointer per word), since data became twice as large and accesses became twice as slow. But the writing was already on the wall by 1976 or so, when MACSYMA was feeling constrained by the 18-bit addresses. My memory has it that the Multics implementation of MACSYMA was four times larger and ten times slower than the KL-10 one.

Ouch.