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

Clojure: Not all functions can be assigned to variables #365

Open
Steffan153 opened this issue Mar 7, 2024 · 0 comments
Open

Clojure: Not all functions can be assigned to variables #365

Steffan153 opened this issue Mar 7, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Steffan153
Copy link
Contributor

E.g. if you use pow a lot, then it assigns a variable to Math/pow, but it doesn't work because Math/pow is a Java binding. Same for split (where it would assign .split to a variable).

@Steffan153 Steffan153 added the bug Something isn't working label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant