[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Running MIT Scheme 7.4 on Linux
From: |
Stewart J. Milberger |
Subject: |
Re: Running MIT Scheme 7.4 on Linux |
Date: |
Wed, 20 Jul 2022 15:36:29 -0400 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 |
Encouraging results on Ubuntu 20.04 using wine:
stew-j@landsat:~/.wine/drive_c/Program Files (x86)$ wine SCHEME.EXE
Scheme saved on Monday October 19, 1998 at 2:58:16 AM
Release 7.4.2
Microcode 11.151
Runtime 14.168
Win32 1.0
1 ]=>
(I also thought about cross compiling glib 2.0 if I had to.) Several
"Happy Happy Joy Joy." messages during the build.
On 7/20/22 12:41, Stewart J. Milberger wrote:
1) Has anyone recently tried to get 7.4 running? libm.so.5 and
libc.so.5 are very old, and 32 bit support has been disappearing in
distros.
2) Is the SCode referred to in MIT Scheme (including 7.4) the same as
mentioned in AIM-953, "Scheme86: An Architecture for Microcoding a
Scheme Interpreter"?
Thank you.