Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Discuss how to handle recursive calls in a way that protects the stack #6

Open
ncatelli opened this issue May 1, 2020 · 1 comment

Comments

@ncatelli
Copy link
Owner

ncatelli commented May 1, 2020

Recursive calls aren't necessarily stack safe. While the Thunk type discussed in #5 will help, it will not address problems that could arise via type recursions. It would be worthwhile to investigate fixes for this like the ones introduced in tramp.

@ncatelli
Copy link
Owner Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant