Search found 2 matches

by fabulousares
Sat Jul 21, 2012 10:21 pm
Forum: Homework
Topic: Copy Function
Replies: 5
Views: 13544

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.
by fabulousares
Wed Jul 18, 2012 9:07 am
Forum: Homework
Topic: Copy Function
Replies: 5
Views: 13544

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