Copy Function
Forum rules
Please respect your teacher's guidelines. Homework is a learning tool. If we just post answers, we aren't actually helping. When you post questions, be sure to show what you have tried or what you don't understand.
Please respect your teacher's guidelines. Homework is a learning tool. If we just post answers, we aren't actually helping. When you post questions, be sure to show what you have tried or what you don't understand.
-
- Posts: 2
- Joined: Wed Jul 18, 2012 8:36 am
Copy Function
Hi
I need an interactive function that does the same thing as copy-list and save the result into new list.
example:
(setf lst ‘(a b c d 1 2 3 4 5)) -> (A B C D 1 2 3 4 5)
new-list -> (A B C D 1 2 3 4 5)
"if possible using dolist function"
Thanks
I need an interactive function that does the same thing as copy-list and save the result into new list.
example:
(setf lst ‘(a b c d 1 2 3 4 5)) -> (A B C D 1 2 3 4 5)
new-list -> (A B C D 1 2 3 4 5)
"if possible using dolist function"
Thanks
Re: Copy Function
Please provide more details on the problem and how you've tried to solve it.
-
- Posts: 2
- Joined: Wed Jul 18, 2012 8:36 am
Re: Copy Function
nuntius wrote:Please provide more details on the problem and how you've tried to solve it.
finally solved it. thanks for your attention.
Re: Copy Function
It would be great to increase an information value of this thread and to post here the solution.
cl-2dsyntax is my attempt to create a Python-like reader. My mirror of CLHS (and the dark themed version). Temporary mirrors of aferomentioned: CLHS and a dark version.
Re: Copy Function
This was a homework question, not production code. I don't think we need an archive of all homework answers.Goheeca wrote:It would be great to increase an information value of this thread and to post here the solution.
Re: Copy Function
Yeah, but for a random viewer it's unpleasant and it's better to store solutions than not + still to store these threads.
cl-2dsyntax is my attempt to create a Python-like reader. My mirror of CLHS (and the dark themed version). Temporary mirrors of aferomentioned: CLHS and a dark version.