[Haskell-cafe] postmortem question about xmonad

Don Stewart dons at galois.com
Tue Sep 30 16:20:24 EDT 2008


noteed:
> Hi,
> 
> I'd like to know, now that time got by a bit, what the writers of the
> X monad think about the use of the ReaderT/WriterT/IO brought to them
> (to isolate Configuration data and dynamic data and glue them together
> with IO). Are you happy of it, did it make things easier or not, would
> you do it again ?

It made the structuring and invariants between runtime data, and
configuration data clean and precise. Yes, A+++ would buy again.

-- Don


More information about the Haskell-Cafe mailing list