Hacker News new | ask | show | jobs
by goldfeld 3878 days ago
Is it really lack of ability to embrace, or a desire for simplicity of understanding? (which is also reflected in working with plain data structures in all kinds of libs). I think core.async is a great use of macros and suggests the Clojure community has ability to use it where it makes sense.
1 comments

Nothing can improve simplicity and readability more than macros. They make sense most of the time, almost always, not just in some edge cases.