Tagged Questions
3
votes
1answer
141 views
How can Lisp produce an iterative process from a recursive procedure?
I am starting to learn Lisp, using the SICP book. The authors mention that a procedure (i.e. function) can be recursive or iterative. Additionally, the process those procedures will generate will also ...
0
votes
1answer
575 views
Having trouble understanding recursion [duplicate]
I have just started learning about recursion but I'm having a hard time understanding it. Please would you recommend any links or books that explain recursion in detail.
16
votes
10answers
5k views
What is so difficult about pointers/recursion? [closed]
In the perils of java schools Joel discusses his experience at Penn and the difficulty of "segmentation faults". He says
[segfaults are difficult until you]
"take a deep breath and really try ...