Open
Description
E.g.
({:a :b} :a) ; -> :b
This construct is quite typical in function programming and Clojure does it as well. However, in :callable?
function, this can very easily lead to code injection. Something so dangerous should probably not be so easy. It might be wiser to entirely remove this capability.