Welcome to issue 293 of the HWN, an issue covering crowd-sourced bits
of information about Haskell from around the web. This issue covers
from April 20 to 26, 2014

Quotes of the Week

   * monochrom: linux's ulimit for main memory will not help because
     linux kernel's allocator is a lazy yes-man (think irrefutable
     pattern)

   * edwardk: lens is the only library I've ever written that generates
     hate mail and invites to give talks in almost equal measure

   * shachaf: You don't need lens to produce or consume lenses. You just
     need it to complain about them.

   * glguy_: Reddit has shown you don't need to have used the lens
     package to complain about it, either

Top Reddit Stories

   * What I Wish I Knew When Learning Haskell 2.0
     Domain: dev.stephendiehl.com, Score: 191, Comments: 37
     On Reddit: [1] http://goo.gl/PkvrnZ
     Original: [2] http://goo.gl/ljYe4w

   * Announcing cabal 1.20
     Domain: blog.johantibell.com, Score: 141, Comments: 38
     On Reddit: [3] http://goo.gl/H16RoZ
     Original: [4] http://goo.gl/2r3vBH

   * Lens is unidiomatic Haskell
     Domain: ro-che.info, Score: 124, Comments: 231
     On Reddit: [5] http://goo.gl/Hm7Zbl
     Original: [6] http://goo.gl/HrI0L6

   * wreq: a capable new HTTP client library
     Domain: serpentine.com, Score: 121, Comments: 128
     On Reddit: [7] http://goo.gl/kUZp4s
     Original: [8] http://goo.gl/y8QFpR

   * Applicative became a superclass of Monad
     Domain: ghc.haskell.org, Score: 94, Comments: 46
     On Reddit: [9] http://goo.gl/0OIiPz
     Original: [10] http://goo.gl/DKCUsD

   * Open Sourced! Cryptol: A Domain Specific Language for 
     Specifying Cryptographic Algorithms
     Domain: cryptol.net, Score: 91, Comments: 7
     On Reddit: [11] http://goo.gl/32oaZd
     Original: [12] http://goo.gl/30Y9g0

   * Model-view-controller, Haskell-style
     Domain: haskellforall.com, Score: 81, Comments: 55
     On Reddit: [13] http://goo.gl/yJH5Ck
     Original: [14] http://goo.gl/pjqFPN

   * Lenses don't compose backwards.
     Domain: self.haskell, Score: 73, Comments: 35
     On Reddit: [15] http://goo.gl/p9e9v8
     Original: [16] http://goo.gl/p9e9v8

   * 14 Haskell Projects accepted for Google Summer of Code
     Domain: google-melange.com, Score: 59, Comments: 28
     On Reddit: [17] http://goo.gl/bw3jrU
     Original: [18] http://goo.gl/O91dDJ

   * New issue of The Monad Reader (#23)
     Domain: themonadreader.wordpress.com, Score: 48, Comments: 11
     On Reddit: [19] http://goo.gl/PgFaAg
     Original: [20] http://goo.gl/M62yM8

   * Lens from the ground up
     Domain: mth.io, Score: 44, Comments: 25
     On Reddit: [21] http://goo.gl/7hb2dZ
     Original: [22] http://goo.gl/W2C4x2

   * Lenses You Can Make at Home
     Domain: duplode.github.io, Score: 40, Comments: 17
     On Reddit: [23] http://goo.gl/5Fx3re
     Original: [24] http://goo.gl/qs2nbt

Top StackOverflow Questions

   * How do experienced Haskell developers approach laziness at *design* time?
     votes: 26, answers: 1
     Read on SO: [25] http://goo.gl/obf2MG

   * Lax monoidal functors with a different monoidal structure
     votes: 14, answers: 3
     Read on SO: [26] http://goo.gl/gR954y

   * Maximizing Haskell loop performance with GHC
     votes: 13, answers: 2
     Read on SO: [27] http://goo.gl/TNaeB7

   * What does it mean that the semantics (of Haskell) are affected by the 
     inferred types (of return type polymorphism)?
     votes: 12, answers: 2
     Read on SO: [28] http://goo.gl/e702Su

   * Write a parallel array Haskell expression once, run on 
     CPUs & GPUs with repa and accelerate
     votes: 10, answers: 2
     Read on SO: [29] http://goo.gl/gvSnV8

   * Best way to save 10 GB vector to disk in Haskell
     votes: 9, answers: 3
     Read on SO: [30] http://goo.gl/6SjJeG

   * What is the purpose of the `Typeable (* -> Constraint) Monoid` instance?
     votes: 9, answers: 1
     Read on SO: [31] http://goo.gl/QeLSHm

Until next time,
[32]+Daniel Santa Cruz

References