Search found 2 matches

by cajetan.bouchard
Wed Jun 09, 2010 5:22 am
Forum: Common Lisp
Topic: Copy parts of a list into a new list [solved]
Replies: 3
Views: 4030

Re: Copy parts of a list into a new list

Thank you for the reply, I'm still amaze how the code is short in lisp. Also the 3 link for documentation are really useful.
by cajetan.bouchard
Tue Jun 08, 2010 1:02 pm
Forum: Common Lisp
Topic: Copy parts of a list into a new list [solved]
Replies: 3
Views: 4030

Copy parts of a list into a new list [solved]

Hi everyone, I'm new on this forum so I hope this question haven't been ask yet. I'm also new to lisp / common lisp this might be a pretty easy question. I manage to copy an "old-list" into a "new-list". But what I would like to do is to take out some item of the lisp. For exampl...