Anthk
unread,Mar 11, 2023, 7:49:17 AM3/11/23You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.