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 4608630
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T00:52:20+00:00 2026-05-22T00:52:20+00:00

I have been dealing many days with a problem without any success. In my

  • 0

I have been dealing many days with a problem without any success. In my programm I define a list, let’s call it “L”, by shifting a single geometrical object, a circle, many times. So L is composed by manu circles. The object circle is also a list which contains its properties: center (center . #V), (height . H), radius (radius . R), and so on. So, the property radius is a pair in the 3rd position of the list circle. If I do (object-property-value circle ‘radius) = R. Now, what I want to do is to create a new list, L-disorder, composed by circles with the same positions of those of L but each with different (random) radius. Then, I try this:

(define L-disorder (map
                     (lambda(obj) 
                      (set-cdr! (list-ref obj 3) (random:normal))
                     obj)
                     L))

My problem is that it changes the radius of all the circles the same way! And I want a different (random) value for all of them.

I would really thank any help or advise!!

  • 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-05-22T00:52:21+00:00Added an answer on May 22, 2026 at 12:52 am

    If you want to create new list, you shouldn’t use mutation functons (set-cdr!).
    (map ) functions do all the magic for you: it iterates over source list, and creates new list.

     (define L-disorder 
       (map (lambda (circle)
          ; here we creating new circle
          (list (car circle) (cadr circle) (random:normal)))
        L))
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been dealing with a frustrating problem recently. I have a lot of reflection
I have a problem I've been dealing with lately. My application asks its users
I have been dealing with this for at least two days now. I don't
I have been dealing with Nasm and GNU C inline asm on a Linux
For a period of time, I have been dealing with an issue in pagination
We've been dealing with a problem with our event gateways since we upgraded from
Recently I have been dealing with windows LogonUser API. The LogonUser api returns different
I have an issue that I have been dealing for way to long Please
I have been dealing with FTP lately and I'm not sure about the security
I have been dealing with this for a few months now. My flex apps

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.