I see, it returns '(nil) instead of '().
Thank you, I don't know why I didn't see it.
Search found 2 matches
- Fri Nov 08, 2013 7:57 am
- Forum: Common Lisp
- Topic: [beginner] About an exercise
- Replies: 2
- Views: 6419
- Thu Nov 07, 2013 4:26 am
- Forum: Common Lisp
- Topic: [beginner] About an exercise
- Replies: 2
- Views: 6419
[beginner] About an exercise
Hello you all. I am doing the excercises I found in this web page: http://www.cs.northwestern.edu/academics/courses/325/exercises/lisp-exs.html Working on number fourth, here the text: Lisp #4: DELETE-CAR (Wilensky, 15) Define (delete-car list) to modify and return list with the first element of lis...