### Defining reader-macros
(def-reader-macro c params & body)Defines a reader macro for character c. f must be a function of
4 arguments, like (fn [reader char opts pending-forms] ...).
Defines a reader macro for character `c`. `f` must be a function of 4 arguments, like `(fn [reader char opts pending-forms] ...)`.
The java array that stores the reader macros. It's an array used
as a map of chars to objects (a char being an integer index).
These object respond to .invoke with 4 arguments:
reader, paragraph, opts & pending-forms.
The java array that stores the reader macros. It's an array used as a map of chars to objects (a char being an integer index). These object respond to `.invoke` with 4 arguments: reader, paragraph, opts & pending-forms.
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 |