Search found 2 matches

by ls1evan
Thu Apr 14, 2011 4:14 pm
Forum: Common Lisp
Topic: Is there a function?
Replies: 3
Views: 3647

Re: Is there a function?

thanks!!
by ls1evan
Thu Apr 14, 2011 12:49 am
Forum: Common Lisp
Topic: Is there a function?
Replies: 3
Views: 3647

Is there a function?

hello all! Is there a function that takes a list and returns multiple arguments, one for each element in the list? this would be the opposite of LIST (which takes multiple args and makes them into a list) for example: (mysteryfunction '(1 2 3)) 1 2 3 ((extra information: i need this because i have a...