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

Recursive lambda functions #18

Open
leMaik opened this issue Nov 5, 2016 · 1 comment
Open

Recursive lambda functions #18

leMaik opened this issue Nov 5, 2016 · 1 comment

Comments

@leMaik
Copy link
Contributor

leMaik commented Nov 5, 2016

We need some syntax for defining recursive lambda functions. They would work by defining the body of the lambda function with defco and then creating a lambda function that just calls that component. No need to add anything to Buggy.

@leMaik
Copy link
Contributor Author

leMaik commented May 18, 2017

New idea: Add a (rec ...args) function to call the current lambda function.

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

No branches or pull requests

1 participant