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

Named fn cannot be called recursively #260

Closed
frenchy64 opened this issue Feb 11, 2025 · 1 comment
Closed

Named fn cannot be called recursively #260

frenchy64 opened this issue Feb 11, 2025 · 1 comment

Comments

@frenchy64
Copy link
Contributor

clojure.core=> ((fn a [] (a)) 1)
Exception: invalid call to clojure.core/a (jit_function@0x10c009248) with 1 args provided
@frenchy64
Copy link
Contributor Author

This was user error, I was misled by the error message.

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