Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

(srfi 1) list operations shold be tail-recursive #149

Closed
zeptometer opened this issue Jun 26, 2014 · 6 comments
Closed

(srfi 1) list operations shold be tail-recursive #149

zeptometer opened this issue Jun 26, 2014 · 6 comments

Comments

@zeptometer
Copy link
Contributor

No description provided.

@nyuichi
Copy link
Member

nyuichi commented Jun 26, 2014

@zeptometer

In what function you got a stack overflow?

@zeptometer
Copy link
Contributor Author

I got stack overflow, with filter, delete-duplicats, lset-difference.

@zeptometer
Copy link
Contributor Author

sorry, lset-difference is tail-recursive.

@nyuichi
Copy link
Member

nyuichi commented Jun 26, 2014

cc: @stibear

@stibear
Copy link
Contributor

stibear commented Jun 26, 2014

only delete-duplicats?

@nyuichi
Copy link
Member

nyuichi commented Jun 26, 2014

thanks to @stibear, this issue has been fixed.

@nyuichi nyuichi closed this as completed Jun 26, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants