Conversation
|
Can you give an example of a map that raises an exception upon calling the keyword? Also can you change the |
|
@weavejester Sorry, just seeing your reply now!
The records from Active Data are maps like this, and running |
|
So custom record types might be defined in vars, and these might self-identify as Clojure maps, but lack the same lookup properties. I guess there's no harm in changing a lookup to a |
Some maps raise an exception on just calling the keyword. Use contains? instead.
9b441b8 to
704314c
Compare
@weavejester Done. Many thanks! |
Some maps raise an exception on just calling the keyword. Use contains? instead.