• Scheme 48 and the SICP compatibily package

    From Anthk@21:1/5 to All on Fri Mar 3 20:30:46 2023
    Hello, I'm using Scheme48, v1.9.2. I tried to load the SICP
    compatibilty package with both

    ,load-package sicp

    and

    ,open sicp

    but no command worked.

    What's the correct approach to do it?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Michael Sperber@21:1/5 to Anthk on Sat Mar 4 09:29:44 2023
    On Fri, Mar 03 2023, Anthk <anthk@disroot.org> wrote:

    Hello, I'm using Scheme48, v1.9.2. I tried to load the SICP
    compatibilty package with both

    ,load-package sicp

    and

    ,open sicp

    but no command worked.

    You have to load the relevant package first:

    ,config ,load =scheme48/misc/packages.scm
    ,open sicp

    --
    Regards,
    Mike

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Anthk@21:1/5 to Michael Sperber on Sat Mar 4 13:53:58 2023
    On 2023-03-04, Michael Sperber <sperber@deinprogramm.de> wrote:

    On Fri, Mar 03 2023, Anthk <anthk@disroot.org> wrote:

    Hello, I'm using Scheme48, v1.9.2. I tried to load the SICP
    compatibilty package with both

    ,load-package sicp

    and

    ,open sicp

    but no command worked.

    You have to load the relevant package first:

    ,config ,load =scheme48/misc/packages.scm
    ,open sicp

    Thanks, I dumped an sicp.image with these options
    and hope it works for the 2nd edition of SICP.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Julieta Shem@21:1/5 to Anthk on Tue Dec 5 15:32:42 2023
    Anthk <anthk@disroot.org> writes:

    On 2023-03-04, Michael Sperber <sperber@deinprogramm.de> wrote:

    On Fri, Mar 03 2023, Anthk <anthk@disroot.org> wrote:

    Hello, I'm using Scheme48, v1.9.2. I tried to load the SICP
    compatibilty package with both

    ,load-package sicp

    and

    ,open sicp

    but no command worked.

    You have to load the relevant package first:

    ,config ,load =scheme48/misc/packages.scm
    ,open sicp

    Thanks, I dumped an sicp.image with these options
    and hope it works for the 2nd edition of SICP.

    Can you run Racket? You can install the package ``sicp'' which comes
    with #lang sicp and you're good to go.

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