Scheme accumulative recursion with lists

Posted by John Retallack on Stack Overflow See other posts from Stack Overflow or by John Retallack
Published on 2010-05-05T14:03:42Z Indexed on 2010/05/05 14:08 UTC
Read the original article Hit count: 429

Filed under:
|
|

How can I pass a list as a parameter to a function adding elements to it recursively,and have it unmodified when it comes out of recursion?

© Stack Overflow or respective owner

Related posts about Scheme

Related posts about recursion