Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SICP picture language

44 views
Skip to first unread message

Anthk

unread,
Mar 11, 2023, 7:49:17 AM3/11/23
to
Hello. On doing the "picture langauge", exercises from SICP with
a supported Scheme interpreter, could it be possible to do these
with Scheme (v10) instead of Racket?

I already loaded the SICP compat modules with

(load-option 'edwin)
(cd "~/tmp/mit-scheme-10.1.11/src/6001")
(load "6001.sf")
(load "6001.cbf")
(load "make")
(ge '(student))

and it seems to work fine, but upon trying some
examples from the MIT psets directory, I'm
getting errors on the scheme files related to
the 3rd problem set, the one related to the picture
language.

Does anyone have an updated setup for MIT Scheme to
properly do the exercises? Not the SICP modules, but
for the code which originally was at ~/u6001/psets.
I already fixed the directories in the 6001 module,
and there's an environment variable to set that
directory just in case.

David Duffy

unread,
Mar 12, 2023, 6:54:34 PM3/12/23
to
Anthk <an...@disroot.org> wrote:
> Hello. On doing the "picture langauge", exercises from SICP with
> a supported Scheme interpreter, could it be possible to do these
> with Scheme (v10) instead of Racket?

https://github.com/georgjz/functional-geometry-gambit-scheme

or even ;)

https://github.com/mhenderson/funcgeo

Anthk

unread,
Mar 13, 2023, 4:27:58 PM3/13/23
to
Well, chicken works with the 203 and 216 SRFI's, but thanks
for funcgeo, it's interesting.
0 new messages