You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Right now, jank reads single-file applications and it compiles
clojure.core
prior to the user code every time. Adding support forrequire
will also entail the rest of the details around module loading and caching. This sets us up for being used within leiningen.require
alias
supportWe won't be able to add the full
ns
macro until syntax quoting is done.The text was updated successfully, but these errors were encountered: