Welcome to issue 279 of the HWN, an issue covering crowd-sourced bits
of information about Haskell from around the web. This issue covers the
week of August 25 to September 7, 2013.

Quotes of the Week

   * dmwit: I typically figure a parse error on line 500 means I have
     500 lines to inspect.

   * bos: bah, all you category wonks spoil the atmosphere. we were
     simple peasants, and proud, once.

   * merijn: edwardk's delegation has reached the point where he can
     have the language implementor explain his libraries...

   * ReinH: haasn asks an offhand question. edwardk wrote a thesis on
     it.

   * JaffaCake: children are automatically killed if their parents die
     for any reason

   * geekosaur: if the platform is batteries included, lens is a full
     fledged transformer robot included :)

   * FreeFull: Mathematical laws are so much nicer than legal laws

   * twey: to edwardk, v. to be working on a larger problem and
     absent-mindedly spin out a package to satisfy dependencies,
     accidentally solving the problem more elegantly than existing
     solutions (but perhaps incomprehensibly to anyone who can't dualize
     in their head)

   * elliott: lens is the DLC expansion pack for Haskell

   * monochrom: new catchy thing to say: an IORef Int contains an Int in
     the same sense as an IO Int contains an Int

Top Reddit Stories

   * Announcing GHC iOS
     Domain: self.haskell, Score: 259, Comments: 52
     On Reddit: [1] http://goo.gl/28XFCH
     Original: [2] http://goo.gl/28XFCH

   * The Haskell Cast: Episode 1 - Edward Kmett on Lenses
     Domain: haskellcast.com, Score: 101, Comments: 35
     On Reddit: [3] http://goo.gl/umnk1Y
     Original: [4] http://goo.gl/0vKtZ5

   * The Haxl Project at Facebook (slides from my talk at ZuriHac)
     Domain: github.com, Score: 97, Comments: 76
     On Reddit: [5] http://goo.gl/1nWvfs
     Original: [6] http://goo.gl/pWk1Ll

   * Haskell on the Daily WTF
     Domain: thedailywtf.com, Score: 96, Comments: 14
     On Reddit: [7] http://goo.gl/kJs9FG
     Original: [8] http://goo.gl/qdM3sz

   * Cabal 1.18.0 released
     Domain: groups.google.com, Score: 92, Comments: 30
     On Reddit: [9] http://goo.gl/QbNCmx
     Original: [10] http://goo.gl/OtYTZG

   * I've got functional curse. I lost my ability to write in C++. I have to 
     ship C++. What do I do?
     Domain: self.haskell, Score: 69, Comments: 92
     On Reddit: [11] http://goo.gl/oQBzBo
     Original: [12] http://goo.gl/oQBzBo

   * `pipes-4.0.0` release candidate
     Domain: self.haskell, Score: 58, Comments: 42
     On Reddit: [13] http://goo.gl/NQDJyT
     Original: [14] http://goo.gl/NQDJyT

   * Lenses from Scratch
     Domain: fpcomplete.com, Score: 54, Comments: 29
     On Reddit: [15] http://goo.gl/jYq0ob
     Original: [16] http://goo.gl/6aeyUP

   * Controlling Chromium in Haskell
     Domain: jaspervdj.be, Score: 51, Comments: 3
     On Reddit: [17] http://goo.gl/W7VVPh
     Original: [18] http://goo.gl/WD32IC

   * Interactive Programming: Hot-swapping in Elm
     Domain: elm-lang.org, Score: 50, Comments: 6
     On Reddit: [19] http://goo.gl/D7LYnM
     Original: [20] http://goo.gl/A9TwJ5

   * Lens/Aeson Traversal/Prism
     Domain: fpcomplete.com, Score: 48, Comments: 10
     On Reddit: [21] http://goo.gl/9o9r3R
     Original: [22] http://goo.gl/IuFJiC

   * Mandelbrot
     Domain: fpcomplete.com, Score: 42, Comments: 6
     On Reddit: [23] http://goo.gl/pY3MHE
     Original: [24] http://goo.gl/gySnCb

   * ANNOUNCE: posix-paths, for faster file system operations
     Domain: permalink.gmane.org, Score: 41, Comments: 29
     On Reddit: [25] http://goo.gl/vI3UCF
     Original: [26] http://goo.gl/PlQsAO

   * Control Text LCD with Haskell code. The code runs on mbed. The RAM size 
     is 32kB. Using Ajhc Haskell compiler.
     Domain: youtube.com, Score: 41, Comments: 8
     On Reddit: [27] http://goo.gl/jchNCd
     Original: [28] http://goo.gl/CqjxBp

   * DeepSeq Once
     Domain: fpcomplete.com, Score: 37, Comments: 57
     On Reddit: [29] http://goo.gl/WBohP4
     Original: [30] http://goo.gl/zRupez

   * DSLs and Towers of Abstraction with Gershom Bazerman at NY Haskell
     Domain: vimeo.com, Score: 36, Comments: 6
     On Reddit: [31] http://goo.gl/737bji
     Original: [32] http://goo.gl/rzHY63

   * Port Catch to GHC
     Domain: self.haskell, Score: 36, Comments: 10
     On Reddit: [33] http://goo.gl/6mKcFZ
     Original: [34] http://goo.gl/6mKcFZ

   * Reflecting values to types and back
     Domain: fpcomplete.com, Score: 33, Comments: 11
     On Reddit: [35] http://goo.gl/id2AiE
     Original: [36] http://goo.gl/LJHQfW

   * Haskell Game Programming Book?
     Domain: self.haskell, Score: 33, Comments: 25
     On Reddit: [37] http://goo.gl/qJDSWv
     Original: [38] http://goo.gl/qJDSWv

   * ANN: Cabal v1.18.0 released
     Domain: haskell.org, Score: 33, Comments: 0
     On Reddit: [39] http://goo.gl/w08cdI
     Original: [40] http://goo.gl/aYSkJf

   * How could little me make Haskell better?
     Domain: self.haskell, Score: 31, Comments: 31
     On Reddit: [41] http://goo.gl/qtnee1
     Original: [42] http://goo.gl/qtnee1

Top StackOverflow Questions

   * Examples of a monad whose Applicative part can be better optimized than 
     the Monad part
     votes: 19, answers: 3
     Read on SO: [43] http://goo.gl/06Awvz

   * Haskell: unnecessary reevaluations of constant expressions
     votes: 17, answers: 2
     Read on SO: [44] http://goo.gl/82hb99

   * equal sign with haskell literals
     votes: 16, answers: 3
     Read on SO: [45] http://goo.gl/F08H9Z

   * Haskell standalone desktop application authentication 
     (using google / facebook / twitter / etc accounts)
     votes: 15, answers: 1
     Read on SO: [46] http://goo.gl/JQaIfD

   * Continue debugging in GHC after interrupt
     votes: 12, answers: 0
     Read on SO: [47] http://goo.gl/ZpQms7

   * How to automatically generate (and see the code for) Read and Show in Haskell
     votes: 12, answers: 1
     Read on SO: [48] http://goo.gl/dET9H6

   * Killing a Haskell binary
     votes: 11, answers: 2
     Read on SO: [49] http://goo.gl/FDnsvz

   * Haskell: What does ((->) t) mean?
     votes: 10, answers: 3
     Read on SO: [50] http://goo.gl/HAV96m

   * What does the term “reason about” mean in computer science?
     votes: 10, answers: 5
     Read on SO: [51] http://goo.gl/CV6EE5

   * Idiomatic bidirectional Pipes with downstream state without loss
     votes: 9, answers: 3
     Read on SO: [52] http://goo.gl/rjX2uK

Until next time,
[53]+Daniel Santa Cruz

References