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 require support #31

Closed
3 tasks done
jeaye opened this issue Apr 15, 2023 · 1 comment
Closed
3 tasks done

Add require support #31

jeaye opened this issue Apr 15, 2023 · 1 comment
Assignees

Comments

@jeaye
Copy link
Member

jeaye commented Apr 15, 2023

Right now, jank reads single-file applications and it compiles clojure.core prior to the user code every time. Adding support for require will also entail the rest of the details around module loading and caching. This sets us up for being used within leiningen.

  • support require
  • make class path configurable
  • add alias support

We won't be able to add the full ns macro until syntax quoting is done.

@jeaye
Copy link
Member Author

jeaye commented Dec 16, 2023

Donezo!

@jeaye jeaye closed this as completed Dec 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant