[Haskell-cafe] Haskell Weekly News: Issue 221

Daniel Santa Cruz dstcruz at gmail.com
Thu Apr 5 04:14:29 CEST 2012


Welcome to issue 221 of the HWN, an issue covering crowd-sourced bits
of information about Haskell from around the web. This issue covers the
week of March 25 to 31, 2012.

Quotes of the Week

   * Tekmo: Now I have a monoid in the category of problems.

   * hpc: atomically the whole thing

   * BMeph (in "announcer voice"): In a world, where orphan instances
           collide, one language holds the key to successful compilation, in
           our time.

   * thoughtpolice: if there is a question, edwardk probably has the
                    answer

   * danharaj: All I have to do is remove me from the program and it
               works.

   * anonymous: Caveat implementor.

   * ski: 'getLine :: IO String' is a recipe for how to interact with
          the world to acquire a `String'
     ski: the recipe is not the cake

Top Reddit Stories

   * My Thesis is Finally Complete! "Elm: Concurrent FRP for functional
GUIs"
     Domain: self.haskell, Score: 74, Comments: 31
     On Reddit: [1] http://goo.gl/yw2P9
     Original: [2] http://goo.gl/yw2P9

   * ANNOUNCE: Happstack 7! (Haskell Web Framework)
     Domain: happstack.com, Score: 51, Comments: 26
     On Reddit: [3] http://goo.gl/kwcc7
     Original: [4] http://goo.gl/wBBsu

   * pipes-like conduit
     Domain: yesodweb.com, Score: 49, Comments: 84
     On Reddit: [5] http://goo.gl/nu4Tl
     Original: [6] http://goo.gl/hWaCj

   * SIMD Support for the vector library
     Domain: ghc-simd.blogspot.co.uk, Score: 45, Comments: 6
     On Reddit: [7] http://goo.gl/m0PI8
     Original: [8] http://goo.gl/NDq2j

   * Replacing Cabal
     Domain: yesodweb.com, Score: 40, Comments: 7
     On Reddit: [9] http://goo.gl/ulv2o
     Original: [10] http://goo.gl/86NLW

   * Summarizing the conduit questions
     Domain: yesodweb.com, Score: 33, Comments: 13
     On Reddit: [11] http://goo.gl/lkLgF
     Original: [12] http://goo.gl/uK25n

   * I love `RWST r w s (IO a) ` to ease the transition from imperative
     programming. Am I cheating?
     Domain: self.haskell, Score: 31, Comments: 53
     On Reddit: [13] http://goo.gl/xq2Jn
     Original: [14] http://goo.gl/xq2Jn

   * FRP - Three principles for bidirectional GUI elements
     Domain: apfelmus.nfshost.com, Score: 30, Comments: 11
     On Reddit: [15] http://goo.gl/AFbXE
     Original: [16] http://goo.gl/xd4Yf

   * haskell-src-exts-1.12.0: supports the new quasi-quoter syntax
     Domain: haskell.org, Score: 28, Comments: 6
     On Reddit: [17] http://goo.gl/u6ZDx
     Original: [18] http://goo.gl/XTzJO

   * Why GADTs are awesome: implementing System F using HOAS
     Domain: github.com, Score: 25, Comments: 7
     On Reddit: [19] http://goo.gl/IG14P
     Original: [20] http://goo.gl/62iLX

   * Reactive-banana: new major release
     Domain: apfelmus.nfshost.com, Score: 24, Comments: 3
     On Reddit: [21] http://goo.gl/XYXvm
     Original: [22] http://goo.gl/u3PAz

Top StackOverflow Questions

   * Does Haskell require a garbage collector?
     votes: 40, answers: 7
     Read on SO: [23] http://goo.gl/hDNT4

   * Can you recognize an infinite list in a Haskell program? [closed]
     votes: 20, answers: 5
     Read on SO: [24] http://goo.gl/TcJHt

   * Confusion regarding a passage in the “Kinds and some type-foo”
     section of learnyouahaskell.com
     votes: 12, answers: 1
     Read on SO: [25] http://goo.gl/ldKbM

   * Haskell: Correct practice to specify version in source?
     votes: 7, answers: 2
     Read on SO: [26] http://goo.gl/eUr6X

   * How to count the number of times a fuction was called, the FP way
     votes: 7, answers: 2
     Read on SO: [27] http://goo.gl/OLNxy

   * how to translate Haskell into Scalaz?
     votes: 7, answers: 2
     Read on SO: [28] http://goo.gl/1ep62

   * In which languages is function abstraction not primitive
     votes: 7, answers: 7
     Read on SO: [29] http://goo.gl/aZG5w

   * Is it possible to debug pattern matching in a Haskell function?
     votes: 6, answers: 3
     Read on SO: [30] http://goo.gl/qIpDw

   * Generate cabal file with dependencies on foreign libs
     votes: 5, answers: 2
     Read on SO: [31] http://goo.gl/mRz1o

   * Is there a monadic version of Arbitrary to use with QuickCheck?
     votes: 5, answers: 2
     Read on SO: [32] http://goo.gl/1IOg4

Until next time,
Daniel Santa Cruz

References

   1.
http://www.reddit.com/r/haskell/comments/rkyoa/my_thesis_is_finally_complete_elm_concurrent_frp/
   2.
http://www.reddit.com/r/haskell/comments/rkyoa/my_thesis_is_finally_complete_elm_concurrent_frp/
   3. http://www.happstack.com/C/ViewPage/1
   4.
http://www.reddit.com/r/haskell/comments/rjtwt/announce_happstack_7_haskell_web_framework/
   5. http://www.yesodweb.com/blog/2012/03/pipes-like-conduit
   6. http://www.reddit.com/r/haskell/comments/reft1/pipeslike_conduit/
   7.
http://ghc-simd.blogspot.co.uk/2012/03/simd-support-for-vector-library.html
   8.
http://www.reddit.com/r/haskell/comments/reyn9/simd_support_for_the_vector_library/
   9. http://www.yesodweb.com/blog/2012/04/replacing-cabal
  10. http://www.reddit.com/r/haskell/comments/rnd2b/replacing_cabal/
  11. http://www.yesodweb.com/blog/2012/03/summarizing-conduit-questions
  12.
http://www.reddit.com/r/haskell/comments/rhs0y/summarizing_the_conduit_questions/
  13.
http://www.reddit.com/r/haskell/comments/rd2t5/i_love_rwst_r_w_s_io_a_to_ease_the_transition/
  14.
http://www.reddit.com/r/haskell/comments/rd2t5/i_love_rwst_r_w_s_io_a_to_ease_the_transition/
  15.
http://apfelmus.nfshost.com/blog/2012/03/29-frp-three-principles-bidirectional-gui.html
  16.
http://www.reddit.com/r/haskell/comments/rj4l1/frp_three_principles_for_bidirectional_gui/
  17. http://www.haskell.org/pipermail/haskell-cafe/2012-March/100421.html
  18.
http://www.reddit.com/r/haskell/comments/rfn3g/haskellsrcexts1120_supports_the_new_quasiquoter/
  19.
https://github.com/DanBurton/Blog/blob/master/Literate%20Haskell/SystemF.lhs
  20.
http://www.reddit.com/r/haskell/comments/rk0uf/why_gadts_are_awesome_implementing_system_f_using/
  21. http://apfelmus.nfshost.com/blog/2012/03/25-frp-banana-0-5.html
  22.
http://www.reddit.com/r/haskell/comments/rd35t/reactivebanana_new_major_release/
  23.
http://stackoverflow.com/questions/9952602/does-haskell-require-a-garbage-collector
  24.
http://stackoverflow.com/questions/9889347/can-you-recognize-an-infinite-list-in-a-haskell-program
  25.
http://stackoverflow.com/questions/9892814/confusion-regarding-a-passage-in-the-kinds-and-some-type-foo-section-of-learny
  26.
http://stackoverflow.com/questions/9857710/haskell-correct-practice-to-specify-version-in-source
  27.
http://stackoverflow.com/questions/9920129/how-to-count-the-number-of-times-a-fuction-was-called-the-fp-way
  28.
http://stackoverflow.com/questions/9941199/how-to-translate-haskell-into-scalaz
  29.
http://stackoverflow.com/questions/9944159/in-which-languages-is-function-abstraction-not-primitive
  30.
http://stackoverflow.com/questions/9949494/is-it-possible-to-debug-pattern-matching-in-a-haskell-function
  31.
http://stackoverflow.com/questions/9857597/generate-cabal-file-with-dependencies-on-foreign-libs
  32.
http://stackoverflow.com/questions/9863451/is-there-a-monadic-version-of-arbitrary-to-use-with-quickcheck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20120404/16fbbc28/attachment-0001.htm>


More information about the Haskell-Cafe mailing list