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

Add support for clojure.core/find-var #420

Closed
RickMoynihan opened this issue Sep 21, 2020 · 0 comments
Closed

Add support for clojure.core/find-var #420

RickMoynihan opened this issue Sep 21, 2020 · 0 comments

Comments

@RickMoynihan
Copy link
Contributor

Some dynamic code uses clojure.core/find-var to lookup vars. For example in the integrant test suite

find-var takes a symbol and returns a fully qualified var or nil if it fails to resolve it.

resolve is already supported in sci, so the implementation could perhaps leverage that.

RickMoynihan added a commit to RickMoynihan/sci that referenced this issue Sep 21, 2020
RickMoynihan added a commit to RickMoynihan/sci that referenced this issue Sep 21, 2020
RickMoynihan added a commit to RickMoynihan/sci that referenced this issue Sep 21, 2020
RickMoynihan added a commit to RickMoynihan/sci that referenced this issue Sep 21, 2020
RickMoynihan added a commit to RickMoynihan/sci that referenced this issue Sep 21, 2020
RickMoynihan added a commit to RickMoynihan/sci that referenced this issue Sep 21, 2020
RickMoynihan added a commit to RickMoynihan/sci that referenced this issue Sep 21, 2020
RickMoynihan added a commit to RickMoynihan/sci that referenced this issue Sep 21, 2020
RickMoynihan added a commit to RickMoynihan/sci that referenced this issue Sep 22, 2020
RickMoynihan added a commit to RickMoynihan/sci that referenced this issue Sep 22, 2020
RickMoynihan added a commit to RickMoynihan/sci that referenced this issue Sep 22, 2020
borkdude added a commit to babashka/babashka that referenced this issue Sep 22, 2020
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