Resolution interface that dispatches between runtime reflection (JVM Clojure) and static lookup (GraalVM native image) based on config/dynamic-resolution.
When dynamic-resolution is true: Use runtime reflection via ns-resolve/resolve When dynamic-resolution is false (default): Use static lookup tables
Resolution interface that dispatches between runtime reflection (JVM Clojure) and static lookup (GraalVM native image) based on config/*dynamic-resolution*. When *dynamic-resolution* is true: Use runtime reflection via ns-resolve/resolve When *dynamic-resolution* is false (default): Use static lookup tables
(reserved-word-type name)(reserved-word? name)(resolve-fn op env else)(resolve-var name env)Resolve name to its Var. Returns the Var
when found and bound, else nil.
Resolve `name` to its Var. Returns the Var when found and bound, else nil.
(wrap-apply f)cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |