Welcome to issue 273 of the HWN, an issue covering crowd-sourced bits
of information about Haskell from around the web. This issue covers the
week of June 30 to July 13, 2013.

Quotes of the Week

   * monochrom: 8-bit word uses less memory, but if it doesn't have to
     preserve information, I know how to use 0 bits of memory.

   * byorgey: you know, servers migrate in the summer to their ancestral
     breeding grounds

   * emeijer: It must me said on the other hand compiler writers seem to
     ignore the existence of formal semantics completely, probably
     because they don't like greek letters.

   * byorgey: now we have the pig operator <^(++)^> as well as the robot
     monkey operator (:[])

   * chrisdone: i remember when the internet was black and white and you
     had to upload web pages back onto the internet when you were done
     with them

   * raganwald: Immuteability: The property of functional programmers
     that prevents them from shutting up about pure functional
     programming.

Top Reddit Stories

   * On taking the last n elements of a list
     Domain: joachim-breitner.de, Score: 69, Comments: 37
     On Reddit: [1] http://goo.gl/E9hRX
     Original: [2] http://goo.gl/9Uf74

   * Comonads are NOT objects
     Domain: gelisam.blogspot.ca, Score: 62, Comments: 50
     On Reddit: [3] http://goo.gl/tgdhh
     Original: [4] http://goo.gl/i3EDv

   * ANNOUNCE: Haste, the Haskell to JS compiler, is now on Hackage
     Domain: hackage.haskell.org, Score: 60, Comments: 27
     On Reddit: [5] http://goo.gl/GTpj5
     Original: [6] http://goo.gl/Nzpe7

   * Postmodern Haskell and OpenGL: Introducing vinyl-gl
     Domain: arcadianvisions.com, Score: 57, Comments: 6
     On Reddit: [7] http://goo.gl/9mVbl
     Original: [8] http://goo.gl/Zh5jE

   * ANNOUNCE: haskell-mode 13.07 (& Survey)
     Domain: projects.haskell.org, Score: 49, Comments: 18
     On Reddit: [9] http://goo.gl/gYU24
     Original: [10] http://goo.gl/YSmk4

   * Why the world needs Haskell
     Domain: devalot.com, Score: 46, Comments: 22
     On Reddit: [11] http://goo.gl/ekD96
     Original: [12] http://goo.gl/LBxRP

   * Cartesian Closed Comic #20: Weird language
     Domain: ro-che.info, Score: 42, Comments: 10
     On Reddit: [13] http://goo.gl/In50H
     Original: [14] http://goo.gl/tblYa

   * Do naming practices hurt Haskell?
     Domain: self.haskell, Score: 38, Comments: 222
     On Reddit: [15] http://goo.gl/mnwO9
     Original: [16] http://goo.gl/mnwO9

   * ANNOUNCE: [17] http://goo.gl/pp0Vf
     Domain: self.haskell, Score: 37, Comments: 18
     On Reddit: [18] http://goo.gl/MRDO7
     Original: [19] http://goo.gl/MRDO7

   * Skills Matter : In The Brain of Edsko de Vries: Lazy I/O and Alternatives in Haskell
     Domain: skillsmatter.com, Score: 37, Comments: 14
     On Reddit: [20] http://goo.gl/13zlQ
     Original: [21] http://goo.gl/QSyTu

   * Attoparsec tutorial - School of Haskell
     Domain: fpcomplete.com, Score: 35, Comments: 17
     On Reddit: [22] http://goo.gl/Riydl
     Original: [23] http://goo.gl/P2oiy

   * FP Haskell Center Beta Released and Beta Accounts Activated
     Domain: fpcomplete.com, Score: 33, Comments: 7
     On Reddit: [24] http://goo.gl/Zs3kU
     Original: [25] http://goo.gl/vgy5m

Top StackOverflow Questions

   * What advantage does Monad give us over an Applicative?
     votes: 17, answers: 7
     Read on SO: [26] http://goo.gl/4L0gj

   * Encoding “Less Than” with Haskell
     votes: 11, answers: 1
     Read on SO: [27] http://goo.gl/1Qsvn

   * Why is factorial calculation much faster in Haskell than in Java
     votes: 11, answers: 5
     Read on SO: [28] http://goo.gl/QTbrl

   * Haskell: Can typeclasses define types (ala type traits)
     votes: 10, answers: 2
     Read on SO: [29] http://goo.gl/yLSqT

   * C++ and Haskell codes differs in execution time on different machines
     votes: 10, answers: 1
     Read on SO: [30] http://goo.gl/LRs3k

   * GHC.Generics or Data.Data?
     votes: 10, answers: 1
     Read on SO: [31] http://goo.gl/yU6Ri

   * Constraint subset higher-order constraint
     votes: 9, answers: 1
     Read on SO: [32] http://goo.gl/MTTws

   * How to make catamorphisms work with parameterized/indexed types?
     votes: 9, answers: 2
     Read on SO: [33] http://goo.gl/FNSZg

   * How to “change” single values in large objects in elegant way?
     votes: 9, answers: 1
     Read on SO: [34] http://goo.gl/3KuJj

   * What programming languages have something like Haskell’s `newtype`
     votes: 9, answers: 4
     Read on SO: [35] http://goo.gl/vzUAI

   * Implementing a zipper for length-indexed lists
     votes: 8, answers: 1
     Read on SO: [36] http://goo.gl/ja6VS

   * Does Haskell concatenate String literals at compile time?
     votes: 8, answers: 4
     Read on SO: [37] http://goo.gl/sr61q

   * Combining lenses
     votes: 8, answers: 2
     Read on SO: [38] http://goo.gl/qEbPd

Until next time,
[38]+Daniel Santa Cruz

References