Liking cljdoc? Tell your friends :D

k16.mallard.loaders.fs


load!cljmacro

(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.
raw docstring

resolve-operation-filesclj

(resolve-operation-files dir)

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close