(load! dir)
Given a file or resource directory path attempt to load all files found within as operations.
This is implemented as a macro to allow preloading operations during native-image compilation. This also allows loading of operations when they are bundled as resources within a jar as the full resource paths are known up front.
Given a file or resource directory path attempt to load all files found within as operations. This is implemented as a macro to allow preloading operations during native-image compilation. This also allows loading of operations when they are bundled as resources within a jar as the full resource paths are known up front.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close