On Sat, Feb 13, 2010 at 2:46 PM, Brent Millare wrote:
> I'm interested in your thoughts, criticisms and improvements. I feel
> like this seemed like a place for monads given all the packaging,
> function passing, partial functions, and threading but trying to
> understand monads makes my head turn
Recently, I've been taking advantage of the rich API for manipulating
clojure's builtin data structures such as Maps and Vectors. In a small
example, I have different user settings stored as maps and I can
easily merge them using the function merge. As I've developed the
application further, howeve