...
- How to associate tags with reader functions?
- file containing mapping from tags to Vars
- "magic" file name gets loaded before other files
- doesn't load any code directly
- If 2 JARs on classpath have a magic file, who wins?
- map stored in dynamic var
- thread-local binding for each source file
created in
Compiler.load and Compiler.compile
- can be set! within a source file
- can be rebound when invoking the reader at runtime
- thread-local binding for each source file
- file containing mapping from tags to Vars
...