[Haskell] Haskell Weekly News: Issue 279

Daniel Santa Cruz dstcruz at gmail.com
Thu Sep 12 04:18:34 CEST 2013


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

   1. http://www.reddit.com/r/haskell/comments/1lboh4/announcing_ghc_ios/
   2. http://www.reddit.com/r/haskell/comments/1lboh4/announcing_ghc_ios/
   3. http://www.haskellcast.com/episode/001-edward-kmett-on-lenses/
   4.
http://www.reddit.com/r/haskell/comments/1l45c3/the_haskell_cast_episode_1_edward_kmett_on_lenses/
   5.
https://github.com/meiersi/HaskellerZ/blob/master/meetups/20130829-FPAfternoon_The_Haxl_Project_at_Facebook/The%20Haxl%20Project%20at%20Facebook.pdf?raw=true
   6.
http://www.reddit.com/r/haskell/comments/1le4y5/the_haxl_project_at_facebook_slides_from_my_talk/
   7. http://thedailywtf.com/Articles/OMGWTF2-The-Honorable-Mentions.aspx
   8.
http://www.reddit.com/r/haskell/comments/1locjo/haskell_on_the_daily_wtf/
   9. https://groups.google.com/forum/#!topic/haskell-cafe/SFoNwaq8wdc
  10. http://www.reddit.com/r/haskell/comments/1lqo13/cabal_1180_released/
  11.
http://www.reddit.com/r/haskell/comments/1lrrhk/ive_got_functional_curse_i_lost_my_ability_to/
  12.
http://www.reddit.com/r/haskell/comments/1lrrhk/ive_got_functional_curse_i_lost_my_ability_to/
  13.
http://www.reddit.com/r/haskell/comments/1lh5u7/pipes400_release_candidate/
  14.
http://www.reddit.com/r/haskell/comments/1lh5u7/pipes400_release_candidate/
  15. https://www.fpcomplete.com/user/tel/lenses-from-scratch
  16. http://www.reddit.com/r/haskell/comments/1l8ld7/lenses_from_scratch/
  17.
http://jaspervdj.be/posts/2013-09-01-controlling-chromium-in-haskell.html
  18.
http://www.reddit.com/r/haskell/comments/1liux8/controlling_chromium_in_haskell/
  19. http://elm-lang.org/blog/Interactive-Programming.elm
  20.
http://www.reddit.com/r/haskell/comments/1ln75a/interactive_programming_hotswapping_in_elm/
  21. https://www.fpcomplete.com/user/tel/lens-aeson-traversals-prisms
  22.
http://www.reddit.com/r/haskell/comments/1l64oe/lensaeson_traversalprism/
  23. https://www.fpcomplete.com/user/edwardk/snippets/mandelbrot
  24. http://www.reddit.com/r/haskell/comments/1lkkb0/mandelbrot/
  25. http://permalink.gmane.org/gmane.comp.lang.haskell.general/19946
  26.
http://www.reddit.com/r/haskell/comments/1liahv/announce_posixpaths_for_faster_file_system/
  27. http://www.youtube.com/watch?v=fOsjEfNmTkY
  28.
http://www.reddit.com/r/haskell/comments/1lkboo/control_text_lcd_with_haskell_code_the_code_runs/
  29. https://www.fpcomplete.com/user/edwardk/snippets/once
  30. http://www.reddit.com/r/haskell/comments/1lo15w/deepseq_once/
  31. https://vimeo.com/72870861
  32.
http://www.reddit.com/r/haskell/comments/1l4ph3/dsls_and_towers_of_abstraction_with_gershom/
  33. http://www.reddit.com/r/haskell/comments/1lj39q/port_catch_to_ghc/
  34. http://www.reddit.com/r/haskell/comments/1lj39q/port_catch_to_ghc/
  35. https://www.fpcomplete.com/user/thoughtpolice/using-reflection
  36.
http://www.reddit.com/r/haskell/comments/1l9qzw/reflecting_values_to_types_and_back/
  37.
http://www.reddit.com/r/haskell/comments/1lgano/haskell_game_programming_book/
  38.
http://www.reddit.com/r/haskell/comments/1lgano/haskell_game_programming_book/
  39.
http://www.haskell.org/pipermail/haskell-cafe/2013-September/108722.html
  40.
http://www.reddit.com/r/haskell/comments/1lqo00/ann_cabal_v1180_released/
  41.
http://www.reddit.com/r/haskell/comments/1lf6z5/how_could_little_me_make_haskell_better/
  42.
http://www.reddit.com/r/haskell/comments/1lf6z5/how_could_little_me_make_haskell_better/
  43.
http://stackoverflow.com/questions/18590639/examples-of-a-monad-whose-applicative-part-can-be-better-optimized-than-the-mona
  44.
http://stackoverflow.com/questions/18655561/haskell-unnecessary-reevaluations-of-constant-expressions
  45.
http://stackoverflow.com/questions/18598365/equal-sign-with-haskell-literals
  46.
http://stackoverflow.com/questions/18472448/haskell-standalone-desktop-application-authentication-using-google-facebook
  47.
http://stackoverflow.com/questions/18504432/continue-debugging-in-ghc-after-interrupt
  48.
http://stackoverflow.com/questions/18538055/how-to-automatically-generate-and-see-the-code-for-read-and-show-in-haskell
  49. http://stackoverflow.com/questions/18430748/killing-a-haskell-binary
  50. http://stackoverflow.com/questions/18561859/haskell-what-does-t-mean
  51.
http://stackoverflow.com/questions/18666821/what-does-the-term-reason-about-mean-in-computer-science
  52.
http://stackoverflow.com/questions/18471706/idiomatic-bidirectional-pipes-with-downstream-state-without-loss
  53. https://plus.google.com/105107667630152149014/about
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell/attachments/20130911/51e1c371/attachment.htm>


More information about the Haskell mailing list