Search found 2 matches
- Thu Nov 24, 2011 10:56 am
- Forum: Common Lisp
- Topic: couple of lisp questions
- Replies: 4
- Views: 7313
Re: couple of lisp questions
yes, i know how to use those list functions, but I don't know how to properly create the correct new list and then return it.
- Wed Nov 23, 2011 11:36 pm
- Forum: Common Lisp
- Topic: couple of lisp questions
- Replies: 4
- Views: 7313
couple of lisp questions
I'm new to LISP...just started...and it is not the easiest language...hopefully someone here knows it. I have several functions I need to write, and the first one is simply to add an atom (integer) to the last element of the list (all integers). Test 1: List is (1 2 3 4), and x is 5 Output should be...