
Welcome to (the "I'm not dead yet") issue 287 of the HWN, an issue covering crowd-sourced bits of information about Haskell from around the web. This issue covers the very long span of time from November 10 to December 07, 2013. Quotes of the Week * chrisdone: monads are like a finger pointing away to the moon. *smack* don't look at the finger or you will miss all that heavenly glory * quchen: A group with an associative law is called a group. * chrisdone: i swim in a sea of parens and it warms me like rays of the sun * zomg: my client tells me weekly how I've saved his company. Then I goto haskell and I'm like "I have no idea what I'm doing lul" * pigworker: The usual style is to write as if everything is inductive, and if it still works on infinite data, to pat ourselves on the back for using Haskell rather than ML. Top Reddit Stories * Honorary Doctorate for Simon Peyton Jones - On December 3 2013 Simon Peyton Jones was honoured by the University of Glasgow with the honorary degree of Doctor of Science. Domain: dcs.gla.ac.uk, Score: 166, Comments: 18 On Reddit: [1] http://goo.gl/XLezZO Original: [2] http://goo.gl/WqC2EN * Hell: A Haskell shell Domain: github.com, Score: 114, Comments: 53 On Reddit: [3] http://goo.gl/6ogD6n Original: [4] http://goo.gl/YCzNT3 * Löb and möb: strange loops in Haskell Domain: github.com, Score: 95, Comments: 35 On Reddit: [5] http://goo.gl/8bF5Op Original: [6] http://goo.gl/GqzuP0 * Explanation of the new Haskell records extension Domain: well-typed.com, Score: 88, Comments: 70 On Reddit: [7] http://goo.gl/419sYv Original: [8] http://goo.gl/g24kLB * FP Complete IDE now free for community use. Give it a try! Domain: fpcomplete.com, Score: 86, Comments: 65 On Reddit: [9] http://goo.gl/OJh2Oz Original: [10] http://goo.gl/2FYHa * The Haskell Cast #4 - Simon Marlow on Parallelism and Concurrency Domain: haskellcast.com, Score: 82, Comments: 13 On Reddit: [11] http://goo.gl/kzNEz3 Original: [12] http://goo.gl/yrUDXL * 24 Days of Hackage: scotty Domain: ocharles.org.uk, Score: 74, Comments: 16 On Reddit: [13] http://goo.gl/CoUanr Original: [14] http://goo.gl/a83HZg * Idris 0.9.10 released Domain: idris-lang.org, Score: 73, Comments: 21 On Reddit: [15] http://goo.gl/0OnlPV Original: [16] http://goo.gl/MKtbxu * 24 Days of Hackage: threepenny-gui Domain: ocharles.org.uk, Score: 68, Comments: 4 On Reddit: [17] http://goo.gl/vSTpc0 Original: [18] http://goo.gl/Hmjqzq * 24 Days of Hackage: linear Domain: ocharles.org.uk, Score: 66, Comments: 43 On Reddit: [19] http://goo.gl/dcFHGg Original: [20] http://goo.gl/R9c0bh * 24 Days of Hackage: tasty Domain: ocharles.org.uk, Score: 65, Comments: 4 On Reddit: [21] http://goo.gl/xIwvgk Original: [22] http://goo.gl/aUJGLJ * 24 Days of Hackage: 2013 in Review Domain: ocharles.org.uk, Score: 64, Comments: 11 On Reddit: [23] http://goo.gl/ideT63 Original: [24] http://goo.gl/DQYDar * Hacking Haskell in nightclubs (x-post from /r/programming) Domain: vice.com, Score: 60, Comments: 30 On Reddit: [25] http://goo.gl/ezuhIJ Original: [26] http://goo.gl/bD3vnN * 24 Days of Hackage: extensible-effects Domain: ocharles.org.uk, Score: 60, Comments: 25 On Reddit: [27] http://goo.gl/5T2brL Original: [28] http://goo.gl/q2hVM0 * From Object Oriented Programming to Functional Programming - Inheritance and the Expression Problem Domain: github.com, Score: 58, Comments: 62 On Reddit: [29] http://goo.gl/fFldOR Original: [30] http://goo.gl/n5nHYo * I've been working on a small roguelike in Haskell Domain: github.com, Score: 56, Comments: 26 On Reddit: [31] http://goo.gl/mojdIu Original: [32] http://goo.gl/fT9DLB * Chordify: Get the chords to any song, using Haskell ! Domain: chordify.net, Score: 55, Comments: 19 On Reddit: [33] http://goo.gl/YfcHEu Original: [34] http://goo.gl/19apd * Merging, Folding, Monoids, and Foldable Domain: mtnviewmark.wordpress.com, Score: 53, Comments: 5 On Reddit: [35] http://goo.gl/GtoDKp Original: [36] http://goo.gl/QJsd7L * 24 Days of Hackage: persistent & esqueleto Domain: ocharles.org.uk, Score: 49, Comments: 14 On Reddit: [37] http://goo.gl/97eeUF Original: [38] http://goo.gl/TL8P7V * Haskell From Scratch - Series about making a non-trivial app from the ground up. Domain: youtube.com, Score: 46, Comments: 2 On Reddit: [39] http://goo.gl/sPV7rs Original: [40] http://goo.gl/KslDE4 Top StackOverflow Questions * What does (f .) . g mean in Haskell? votes: 17, answers: 2 Read on SO: [41] http://goo.gl/2i3GNc * LaTeX natural deduction proofs using Haskell votes: 13, answers: 0 Read on SO: [42] http://goo.gl/uH1K2u * Lazily Tying the Knot for 1 Dimensional Dynamic Programming votes: 13, answers: 4 Read on SO: [43] http://goo.gl/1kZQkK * What does Clojure borrow from Haskell? [on hold] votes: 12, answers: 0 Read on SO: [44] http://goo.gl/DsqKhp * Meaning of `<-` in do block in Haskell votes: 10, answers: 4 Read on SO: [45] http://goo.gl/JOJiFy * Why is function composition in Haskell right associative? votes: 10, answers: 1 Read on SO: [46] http://goo.gl/mURUDZ * Is there a library or typeclass for getting the transformer version of a monad? votes: 9, answers: 1 Read on SO: [47] http://goo.gl/k81E1h * How to implement B+ tree in Haskell? votes: 9, answers: 2 Read on SO: [48] http://goo.gl/lkwh8Z * Delimiting the IO monad votes: 9, answers: 2 Read on SO: [49] http://goo.gl/x3RlXO Until next time, [50]+Daniel Santa Cruz References 1. http://www.dcs.gla.ac.uk/~muffy/SPJ_oration.pdf 2. http://www.reddit.com/r/haskell/comments/1sbfmb/honorary_doctorate_for_simon... 3. https://github.com/chrisdone/hell 4. http://www.reddit.com/r/haskell/comments/1r755t/hell_a_haskell_shell/ 5. https://github.com/quchen/articles/blob/master/loeb-moeb.md 6. http://www.reddit.com/r/haskell/comments/1qwjk6/l%C3%B6b_and_m%C3%B6b_strang... 7. http://www.well-typed.com/blog/84 8. http://www.reddit.com/r/haskell/comments/1rpte3/explanation_of_the_new_haske... 9. https://www.fpcomplete.com/ 10. http://www.reddit.com/r/haskell/comments/1qzioh/fp_complete_ide_now_free_for... 11. http://www.haskellcast.com/episode/004-simon-marlow-on-parallelism-and-concu... 12. http://www.reddit.com/r/haskell/comments/1rexqq/the_haskell_cast_4_simon_mar... 13. http://ocharles.org.uk/blog/posts/2013-12-05-24-days-of-hackage-scotty.html 14. http://www.reddit.com/r/haskell/comments/1s65bl/24_days_of_hackage_scotty/ 15. http://www.idris-lang.org/idris-0-9-10-released/ 16. http://www.reddit.com/r/haskell/comments/1rn4d6/idris_0910_released/ 17. http://ocharles.org.uk/blog/posts/2013-12-07-24-days-of-hackage-threepenny-g... 18. http://www.reddit.com/r/haskell/comments/1sc67q/24_days_of_hackage_threepenn... 19. http://ocharles.org.uk/blog/posts/2013-12-02-24-days-of-hackage-linear.html 20. http://www.reddit.com/r/haskell/comments/1rximk/24_days_of_hackage_linear/ 21. http://ocharles.org.uk/blog/posts/2013-12-03-24-days-of-hackage-tasty.html 22. http://www.reddit.com/r/haskell/comments/1s0t1f/24_days_of_hackage_tasty/ 23. http://ocharles.org.uk/blog/posts/2013-12-01-24-days-of-hackage-intro.html 24. http://www.reddit.com/r/haskell/comments/1rv45n/24_days_of_hackage_2013_in_r... 25. http://www.vice.com/read/algorave-is-the-future-of-dance-music-if-youre-an-h... 26. http://www.reddit.com/r/haskell/comments/1riror/hacking_haskell_in_nightclub... 27. http://ocharles.org.uk/blog/posts/2013-12-04-24-days-of-hackage-extensible-e... 28. http://www.reddit.com/r/haskell/comments/1s3oba/24_days_of_hackage_extensibl... 29. https://github.com/Dobiasd/articles/blob/master/from_oop_to_fp_-_inheritance... 30. http://www.reddit.com/r/haskell/comments/1quhrl/from_object_oriented_program... 31. https://github.com/dvolk/hoodie 32. http://www.reddit.com/r/haskell/comments/1r248j/ive_been_working_on_a_small_... 33. http://chordify.net/ 34. http://www.reddit.com/r/haskell/comments/1r7sh1/chordify_get_the_chords_to_a... 35. https://mtnviewmark.wordpress.com/2013/12/02/mfmf/ 36. http://www.reddit.com/r/haskell/comments/1rz8cn/merging_folding_monoids_and_... 37. http://ocharles.org.uk/blog/posts/2013-12-06-24-days-of-hackage-persistent-e... 38. http://www.reddit.com/r/haskell/comments/1s9fyb/24_days_of_hackage_persisten... 39. https://www.youtube.com/playlist?list=PLxj9UAX4Em-Ij4TKwKvo-SLp-Zbv-hB4B 40. http://www.reddit.com/r/haskell/comments/1s48bm/haskell_from_scratch_series_... 41. http://stackoverflow.com/questions/20279306/what-does-f-g-mean-in-haskell 42. http://stackoverflow.com/questions/19919431/latex-natural-deduction-proofs-u... 43. http://stackoverflow.com/questions/20159269/lazily-tying-the-knot-for-1-dime... 44. http://stackoverflow.com/questions/20411148/what-does-clojure-borrow-from-ha... 45. http://stackoverflow.com/questions/19961941/meaning-of-in-do-block-in-haskel... 46. http://stackoverflow.com/questions/20342860/why-is-function-composition-in-h... 47. http://stackoverflow.com/questions/20066858/is-there-a-library-or-typeclass-... 48. http://stackoverflow.com/questions/20309501/how-to-implement-b-tree-in-haske... 49. http://stackoverflow.com/questions/20318936/delimiting-the-io-monad 50. https://plus.google.com/105107667630152149014/about
participants (1)
-
Daniel Santa Cruz