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

Works like flet* instead of flet #18

Open
DarwinAwardWinner opened this issue Apr 16, 2015 · 2 comments
Open

Works like flet* instead of flet #18

DarwinAwardWinner opened this issue Apr 16, 2015 · 2 comments

Comments

@DarwinAwardWinner
Copy link
Contributor

I've just realized that noflet evaluates and applies its bindings one at a time, which means that it works more like cl-flet* than flet. It should evaluate all the bindings before applying any of them, like flet does. (And you could also provide noflet* that retains the current behavior.)

@nicferrier
Copy link
Owner

Patches are welcome!

@DarwinAwardWinner
Copy link
Contributor Author

There's already a pull request (which fixes this and other things): #17

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

2 participants