Hacker News new | ask | show | jobs
by logistark 1848 days ago
I would like to ask if you are comfortable of Clojure protocols, because i tend to avoid them. What do you thik about it?
2 comments

I've been using Clojure for a while (8+ years) and I don't use them often. Unless you have a specific need (say, very high performance), regular Clojure maps give you most of the benefits without any obvious downsides.
> I would like to ask if you

Ask who?