Search found 1 match
- Mon May 28, 2012 7:30 pm
- Forum: Common Lisp
- Topic: Passing values by reference
- Replies: 12
- Views: 41988
Re: Passing values by reference
I'm glad I came across this post. I was trying to figure out why this iterative version of nth wouldn't cause harm to any list you passed in because of the fact that it's popping values off of it. But, if I understand you all correctly, what's really happening is that a COPY of the pointer to the fi...