Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 171317
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T12:58:00+00:00 2026-05-11T12:58:00+00:00

I’m working my way through SICP, using both the Ableson/Sussman lectures and the Berkeley

  • 0

I’m working my way through SICP, using both the Ableson/Sussman lectures and the Berkeley 61A lectures, which are far more my speed. I’d like to do some of the Berkeley homework, but need the definitions for sentence, butfirst, butlast and so forth. It looks like at one time there was a simply scheme language built in to Dr. Scheme, but version 4.1.5, the most recent, doesn’t have it. From Planet PLT I thought I could simply add (require (planet ‘simply-scheme.ss’ (‘dyoo’ ‘simply-scheme’ 1 0))) in my definitions window. I get

require: PLaneT could not find the requested package: Server had no matching package: No package matched the specified criteria 

I tried grabbing the simply.scm file from here and pasted it into my Dr Scheme definitions window, but it doesn’t work:

In Advanced Student mode, I get read: illegal use of ‘.’

For the line (lambda (string . args) in the following code.

(define whoops   (let ((string? string?)     (string-append string-append)     (error error)     (cons cons)     (map map)     (apply apply))     (define (error-printform x)       (if (string? x)       (string-append '\'' x '\'')       x))     (lambda (string . args)       (apply error (cons string (map error-printform args)))))) 

In R5RS I get set!: cannot mutate module-required identifier in: number->string (line 7 of the following code)

(if (char=? #\+ (string-ref (number->string 1.0) 0))     (let ((old-ns number->string)       (char=? char=?)       (string-ref string-ref)       (substring substring)       (string-length string-length))       (set! number->string         (lambda args           (let ((result (apply old-ns args)))         (if (char=? #\+ (string-ref result 0))             (substring result 1 (string-length result))             result)))))     'no-problem) 
  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T12:58:00+00:00Added an answer on May 11, 2026 at 12:58 pm

    Advanced Student will never really work for you unless you’re following examples that were designed for it. Most books and examples will assume R5RS or something like it. I would recommend using the Pretty Big language, as that includes both R5RS, as well as the PLT require syntax, and a few other things.

    In order to use the Simply Scheme package from PLaneT, you will need to use the new require syntax (you can find this on the package listing page; it looks like the docs for the package haven’t been updated):

    (require (planet dyoo/simply-scheme:1:2/simply-scheme)) 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I am trying to understand how to use SyndicationItem to display feed which is
I used javascript for loading a picture on my website depending on which small
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I am reading a book about Javascript and jQuery and using one of the
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
In my XML file chapters tag has more chapter tag.i need to display chapters
I would like to run a str_replace or preg_replace which looks for certain words
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.