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)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 |