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

Let bindings within the body of a fact #1

Closed
marick opened this issue Aug 19, 2010 · 1 comment
Closed

Let bindings within the body of a fact #1

marick opened this issue Aug 19, 2010 · 1 comment

Comments

@marick
Copy link
Owner

marick commented Aug 19, 2010

Right now (0.4), this doesn't work:

(fact (let [a 5] (f a) => 2))

Bindings are honored but they have to be made outside the body of the fact. More generally, only the top level of the forms within fact are explored and transformed into semi-sweet forms. I'm undecided if that's good or bad. Probably bad.

This issue was closed.
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