• SICP picture language

    From Anthk@21:1/5 to All on Sat Mar 11 12:49:15 2023
    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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From David Duffy@21:1/5 to Anthk on Sun Mar 12 22:54:31 2023
    Anthk <anthk@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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Anthk@21:1/5 to David Duffy on Mon Mar 13 20:27:55 2023
    On 2023-03-12, David Duffy <davidd02@tpg.com.au> wrote:
    Anthk <anthk@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

    Well, chicken works with the 203 and 216 SRFI's, but thanks
    for funcgeo, it's interesting.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)