-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
I'm sure the title is explanation enough for seasoned macro-writers like yourselves, but for completeness:
(def dict {:en {:greetings {:hello "world"}}})
(def compiled-dict (tower-macros/dict-compile dict))fails because the library functions that actually compile the dictionary are given the symbol dict instead of the map.
I'm new enough to Clojure that anything but simple macros make my head spin: I've tried and failed to fix this. I know it's easily worked around by just putting the dictionary in another file and passing in a string but I'm filing this anyway as I'm guessing this should be fixed/documented at some point.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels