Welcome to issue 309 of the HWN, an issue covering crowd-sourced bits
of information about Haskell from around the web. This issue covers
from September 28 to October 4, 2014

Quotes of the Week

   * Uh... I'ma have to read the IRC logs... No good quotes @remember'd

Top Reddit Stories

   * Announcing needle: ASCII-fied arrow notation
     Domain: scrambledeggsontoast.github.io, Score: 103, Comments: 119
     Original: [1] http://goo.gl/wCPh8K
     On Reddit: [2] http://goo.gl/UwTJSt

   * How we might abolish Cabal Hell, part 1
     Domain: well-typed.com, Score: 95, Comments: 69
     Original: [3] http://goo.gl/N19hPq
     On Reddit: [4] http://goo.gl/CQQRF0

   * After some failed attempts to learn Parsec I came across this incredibly 
     patient tutorial and now I'm writing parsers!
     Domain: github.com, Score: 79, Comments: 17
     Original: [5] http://goo.gl/msqtkb
     On Reddit: [6] http://goo.gl/p3EgqQ

   * Neil Mitchell's Haskell Blog: Why Traversable/Foldable should not be 
     in the Prelude
     Domain: neilmitchell.blogspot.co.il, Score: 71, Comments: 289
     Original: [7] http://goo.gl/sykNse
     On Reddit: [8] http://goo.gl/4wIxBX

   * Tutorial: Implementing highly efficient data structures with 
     Monoids and Fingertrees
     Domain: codementor.io, Score: 47, Comments: 37
     Original: [9] http://goo.gl/WB7Jwg
     On Reddit: [10] http://goo.gl/jGrLX1

   * There is No Haskell Topology
     Domain: immanence.org, Score: 45, Comments: 32
     Original: [11] http://goo.gl/JAoEDw
     On Reddit: [12] http://goo.gl/wuuF4i

   * Introduction to Low Level Haskell Optimization - Dan Doel
     Domain: youtu.be, Score: 44, Comments: 2
     Original: [13] http://goo.gl/vYS1Hy
     On Reddit: [14] http://goo.gl/dG9Pn5

   * Turn an optparse-applicative program into a CGI program!
     Domain: github.com, Score: 39, Comments: 10
     Original: [15] http://goo.gl/sjCqsb
     On Reddit: [16] http://goo.gl/BXxeno

   * Yesod 1.4 released
     Domain: yesodweb.com, Score: 36, Comments: 1
     Original: [17] http://goo.gl/T5Vqe8
     On Reddit: [18] http://goo.gl/977ey0

   * Updating Auto-Update
     Domain: yesodweb.com, Score: 36, Comments: 20
     Original: [19] http://goo.gl/OwOrGZ
     On Reddit: [20] http://goo.gl/J2zr5n

   * Type-safe Routing for Spock Web Framework released
     Domain: github.com, Score: 32, Comments: 39
     Original: [21] http://goo.gl/QZS9gU
     On Reddit: [22] http://goo.gl/BokvJ8

   * Lattice-Based Data Structures for Deterministic Parallel and Distributed 
     Programming (related to CRDTs; implementation in Haskell)
     Domain: composition.al, Score: 30, Comments: 9
     Original: [23] http://goo.gl/mVQqqX
     On Reddit: [24] http://goo.gl/tZ0XrW

   * A non-recursive sorting algorithm
     Domain: haskellexists.blogspot.com, Score: 27, Comments: 36
     Original: [25] http://goo.gl/jD0z0K
     On Reddit: [26] http://goo.gl/3HpTBy

   * Dijkstra monads
     Domain: why-lambda.blogspot.co.uk, Score: 25, Comments: 4
     Original: [27] http://goo.gl/kx1Q6w
     On Reddit: [28] http://goo.gl/C86igH

   * Improving Haskell-related documentation
     Domain: self.haskell, Score: 23, Comments: 62
     Original: [29] http://goo.gl/rQeuUT
     On Reddit: [30] http://goo.gl/rQeuUT

   * Haskell, Monads and Purity • via Hacker News
     Domain: jelv.is, Score: 23, Comments: 11
     Original: [31] http://goo.gl/vm7juH
     On Reddit: [32] http://goo.gl/1P5OgF

   * FP Complete is hiring: Systems engineer for cloud and cluster work
     Domain: fpcomplete.com, Score: 21, Comments: 11
     Original: [33] http://goo.gl/MLT5Ud
     On Reddit: [34] http://goo.gl/Ql8uIX

   * The future of the haskell2010/haskell98 packages for GHC 7.10
     Domain: haskell.org, Score: 21, Comments: 22
     Original: [35] http://goo.gl/94bnK3
     On Reddit: [36] http://goo.gl/0c80JU

   * ANN: Nomyx V0.7, the only game where you can change the rules
     Domain: self.haskell, Score: 20, Comments: 7
     Original: [37] http://goo.gl/1gGtqb
     On Reddit: [38] http://goo.gl/1gGtqb

   * Let's Build a Browser Engine in Haskell: part 5
     Domain: hrothen.github.io, Score: 19, Comments: 6
     Original: [39] http://goo.gl/zzSF2D
     On Reddit: [40] http://goo.gl/9xzqdR

Top StackOverflow Questions

   * How fundamentaly different push-pull and arrowized FRP are?
     votes: 10, answers: 0
     Read on SO: [41] http://goo.gl/XbbbVW

   * What are hashes (#) used for in Haskell's library's source?
     votes: 10, answers: 1
     Read on SO: [42] http://goo.gl/mvNNlb

   * What is the inverse of a promise?
     votes: 9, answers: 3
     Read on SO: [43] http://goo.gl/usQIiW

   * Is there a default polymorphic unit type haskell
     votes: 7, answers: 1
     Read on SO: [44] http://goo.gl/5Ozy9G

   * nvcc + c2hs on OS X 10.9.5
     votes: 7, answers: 1
     Read on SO: [45] http://goo.gl/0XMNFu

   * How to sort a list using partial order in Haskell?
     votes: 7, answers: 2
     Read on SO: [46] http://goo.gl/GLMiwA

   * Relationship between forward and backward map in Isomorphism 
     (Lens package)
     votes: 6, answers: 1
     Read on SO: [47] http://goo.gl/icIdIR

   * How to implement a generic neural network efficiently in Haskell?
     votes: 6, answers: 0
     Read on SO: [48] http://goo.gl/HIHY8e

   * How do I unify two or more Signals in elerea?
     votes: 6, answers: 1
     Read on SO: [49] http://goo.gl/jacb0r

   * Ambiguous type variable fixed with type equality constraint
     votes: 6, answers: 1
     Read on SO: [50] http://goo.gl/JADmBj

Until next time,
[51]+Daniel Santa Cruz

References