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

  • Home
  • SEARCH
  • 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 8585895
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T22:10:43+00:00 2026-06-11T22:10:43+00:00

I could not find a similar problem here, but I’m trying to write a

  • 0

I could not find a similar problem here, but I’m trying to write a program in scheme for a class so hints would be very well appreciated! I’m basically confused as to how to implement this but here is an example on how it’s supposed to work. (index 5) is supposed to return the list (1 2 3 4 5). I have a couple of ideas, could they work?

  1. I make the argument a global variable which I increment each time I call the function recursively. the problem I’ve had with this so far is that using set! returns a list but the output would look something like this (#value #value….)

  2. program a simple recursive function that gives the list (5 4 3 2 1) and then reverse it, but would I be able to do that?

  • 1 1 Answer
  • 0 Views
  • 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. Editorial Team
    Editorial Team
    2026-06-11T22:10:45+00:00Added an answer on June 11, 2026 at 10:10 pm

    I’d go with solution 2 as it is by far the cleanest, least complicated option. You just need to figure out the recursion. Hint: the base case is reached at (index 0), which should return the empty list. Reversing afterward can be done by putting actual recursion in a helper function:

    (define (index-r n)
      ...)
    
    (define (index n)
      (reverse (index-r n)))
    

    (Or use a named-let loop.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've tried looking at similar problems, but could not easily find one that helped
I reviewed similar questions but could not find an answer to my specific quandry.
I saw similar questions here, but I couldn't find solution to my problem. I
Firstly I tried fiding some similar posts but could not quite find anything. Mainly
I saw there are a couple of similar threads but i could not find
I tried to look after a similar problem but couldn't find any here. So
I tried to look after a similar problem but couldn't find any here. So
I have searched but could not find the reason for this behavior. I have
I've been searching around but could not find any answers to this. What I'm
There are several similar questions here, but none could answer my basic question: Is

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.