[Haskell] Haskell Weekly News: Issue 177
Daniel Santa Cruz
dstcruz at gmail.com
Thu Apr 14 02:03:41 CEST 2011
Welcome to issue 177 of the HWN, a newsletter covering developments in
the [1]Haskell community. This release covers the week of April 3 to 9,
2011.
You can find a HTML rendition of this issue at: http://bit.ly/hR2sMB
Announcements
Brent Yorgey [2]sent out a call for contributions for the second
edition of Typeclassopedia.
Roel van Dijk started what became a popular[3]thread on the mailing
list about encodings of Haskell source files.
What would you like to see here? I have gotten mixed feedback on what
constitutes interesting items for the "announcements" section of the
mailing list. Some have pointed out that package announcements tend to
be noisy and not all that interesting to the community at large, or
that have a bias towards only pointing out packages where the
maintainer decides to send an email to the mailing list. What do *you*
think? How about the "calls for papers"? Do those catch your attention?
Let me hear what you think.
Quotes of the Week
* ion: Itâs a well-known historical fact cave men writing Haskell
hated the ASCII pseudoglyphs.
* shapr: I persuaded academics to show up and hang out. [...] I told
the academics that there were academics worth chatting with on
#haskell :-)
* pjscott: If you really want to see something ridiculous, try
looking at the auto-generated library documentation for anything
involving regular expressions. The type declarations in
Text.Regex.TDFA are like something H. P. Lovecraft might write
about.
* monochrom: the road to haskell is paved with good abstractions
Top Reddit Stories
* Typeclassopedia second edition: call for contributions
From (byorgey.wordpress.com), scored 53 with 1 comments.
Read on [4]reddit.
Read the [5]original post.
* High-Performance Web Applications In Haskell : Gregory Collins :
QCon London :: PDF
From (qconlondon.com), scored 45 with 8 comments.
Read on [6]reddit.
Read the [7]original post.
* Haskell For the Cloud (new paper by Jeff Epstein, Andrew Black, and
and Simon Peyton Jones)
From (research.microsoft.com), scored 41 with 23 comments.
Read on [8]reddit.
Read the [9]original post.
* Yhc is dead !?
From (yhc06.blogspot.com), scored 32 with 27 comments.
Read on [10]reddit.
Read the [11]original post.
* What is a functional language? :: Robert Harper
From (existentialtype.wordpress.com), scored 29 with 35 comments.
Read on [12]reddit.
Read the [13]original post.
* Functions are values
From (existentialtype.wordpress.com), scored 27 with 16 comments.
Read on [14]reddit.
Read the [15]original post.
* Understanding practical API design, static typing and functional
programming.
From (blog.tmorris.net), scored 27 with 2 comments.
Read on [16]reddit.
Read the [17]original post.
* Platform Robots in Nikki and the Robots: a Haskell platform game
From (joyridelabs.de), scored 22 with 3 comments.
Read on [18]reddit.
Read the [19]original post.
* A Model for Denotative Continuous-Time Programming (AKA: FRP)
From (creativelad.wordpress.com), scored 21 with 1 comments.
Read on [20]reddit.
Read the [21]original post.
* Type Kata: Local data type
From (blog.ezyang.com), scored 19 with 3 comments.
Read on [22]reddit.
Read the [23]original post.
Top StackOverflow Questions
* [24]Difference between State, ST, IORef, and MVar
votes: 16, answers: 3
* [25]Duality approaches in functional programming
votes: 11, answers: 1
* [26]What are the main differences of language features between
Haskell and the functional part of F#? [closed]
votes: 9, answers: 5
* [27]Using the Maybe Monad in "reverse" in Haskell
votes: 9, answers: 3
* [28]How to reason about space complexity in Haskell
votes: 8, answers: 1
About the Haskell Weekly News
To help create new editions of this newsletter, please send stories to
dstcruz at gmail.com. I'm in dire need of finding good "quotes of the
week". If you happen to come across any, please don't hesitate to send
it along.
Until next time,
Daniel Santa Cruz
References
1. http://haskell.org/
2. http://article.gmane.org/gmane.comp.lang.haskell.general/18636
3. http://article.gmane.org/gmane.comp.lang.haskell.cafe/87815
4. http://www.reddit.com/r/haskell/comments/ghs1x/typeclassopedia_second_edition_call_for/
5. http://byorgey.wordpress.com/2011/04/03/call-for-contributions-second-edition-of-the-typeclassopedia/
6. http://www.reddit.com/r/haskell/comments/gj7ud/highperformance_web_applications_in_haskell/
7. http://qconlondon.com/dl/qcon-london-2011/slides/GregoryCollins_HighPerformanceWebApplicationsInHaskell.pdf
8. http://www.reddit.com/r/haskell/comments/gjb52/haskell_for_the_cloud_new_paper_by_jeff_epstein/
9. http://research.microsoft.com/en-us/um/people/simonpj/papers/parallel/
10. http://www.reddit.com/r/haskell/comments/ghtlf/yhc_is_dead/
11. http://yhc06.blogspot.com/2011/04/yhc-is-dead.html
12. http://www.reddit.com/r/haskell/comments/gk1tp/what_is_a_functional_language_robert_harper/
13. http://existentialtype.wordpress.com/2011/03/16/what-is-a-functional-language/
14. http://www.reddit.com/r/haskell/comments/ghdvn/functions_are_values/
15. http://existentialtype.wordpress.com/2011/04/02/functions-are-values/
16. http://www.reddit.com/r/haskell/comments/gir70/understanding_practical_api_design_static_typing/
17. http://blog.tmorris.net/understanding-practical-api-design-static-typing-and-functional-programming/
18. http://www.reddit.com/r/haskell/comments/ghs81/platform_robots_in_nikki_and_the_robots_a_haskell/
19. http://joyridelabs.de/blog/?p=612
20. http://www.reddit.com/r/haskell/comments/ghrmv/a_model_for_denotative_continuoustime_programming/
21. http://creativelad.wordpress.com/2011/04/03/dctp-model/
22. http://www.reddit.com/r/haskell/comments/gk1w4/type_kata_local_data_type/
23. http://blog.ezyang.com/2011/04/type-kata-local-data-type/
24. http://stackoverflow.com/questions/5545517/difference-between-state-st-ioref-and-mvar
25. http://stackoverflow.com/questions/5557810/duality-approaches-in-functional-programming
26. http://stackoverflow.com/questions/5541487/what-are-the-main-differences-of-language-features-between-haskell-and-the-functi
27. http://stackoverflow.com/questions/5606228/using-the-maybe-monad-in-reverse-in-haskell
28. http://stackoverflow.com/questions/5552433/how-to-reason-about-space-complexity-in-haskell
More information about the Haskell
mailing list