Haskell Weekly News: Issue 107 - February 28, 2009

--------------------------------------------------------------------------- Haskell Weekly News http://sequence.complete.org/hwn/20090228 Issue 107 - February 28, 2009 --------------------------------------------------------------------------- Welcome to issue 107 of HWN, a newsletter covering developments in the [1]Haskell community. Announcements Google Summer of Code 2009 - mentors wanted!. Eric Kow [2]reminded everyone that darcs will be applying to be a mentoring organisation for the Google Summer of Code project 2009, and is seeking people to serve as mentors. You need not be a darcs expert to serve as a mentor! c2hs 0.16.0. Duncan Coutts [3]announced the release of [4]c2hs version 0.16.0, a tool which assists in the development of Haskell bindings to C libraries by extracts interface information from C header files and generating Haskell code with foreign imports and marshaling. The major change in this release is that it now uses the [5]Language.C library. X Haskell Bindings 0.2. Antoine Latter [6]announced the 0.2.* series release of the [7]X Haskell Bindings, mostly aimed at making the API prettier. The goal of XHB is to provide a Haskell implementation of the X11 wire protocol, similar in spirit to the [8]X protocol C-language Binding (XCB). text and text-icu, fast and comprehensive Unicode support using stream fusion. Bryan O'Sullivan , on behalf of the Data.Text team, [9]announced the release of preview versions of two new packages: [10]text 0.1, providing fast, packed Unicode text support with modern stream fusion, and [11]text-icu 0.1, which augments text with comprehensive character set conversion support and normalization (and soon more), via bindings to the ICU library. Boston Area Haskell User's Group, first meeting on Saturday February 28th. Shae Matijs Erisson [12]announced the first meeting of the [13]Boston Area Haskell User's Group this Saturday, February 28, at 2pm. Directions are on the web page; you can also check out the [14]mailing list. New version of Hieroglyph released: Hieroglyph 1.1 is on hackage. Jeff Heard [15]announced the release of a new version of [16]Hieroglyph; the biggest change is that it now uses Russell O'Connor's excellent [17]Data.Colour library. bug fix for regex-tdfa, version 0.97.4 (and "regex-ast"). ChrisK [18]announced another bug fix release for the [19]regex-tdfa package, which fixes another tricksy bug. This is now the only known regex library that passes the entire test suite. Hac5: April 17-19, Utrecht -- Book Now!. Sean Leather [20]announced some updated information regarding the [21]5th Haskell Hackathon. The executive summary: hotel or hostel accommodation may be hard to come by, so book your room now, and check out the website for lots of useful information. pkgenv - disposable, isolated pkg environments. Paolo Losi [22]announced a tool, [23]pkgenv, which facilitates setting up isolated, disposable package environments. Blog noise [24]Haskell news from the [25]blogosphere. * JP Moresmau: [26]A high-level GUI library for Haskell. * Magnus Therning: [27]More fun with Cabal, visualising dependencies. Giant graphs are fun! * Magnus Therning: [28]A no-no in my book (found in Cabal). * Bryan O'Sullivan: [29]Finally! Fast Unicode support for Haskell. Data.Text is here! * happstack.com: [30]Happstack now outputs Apache Combined Logs. * GHC / OpenSPARC Project: [31]Benchmarking. * Christophe Poucet (vincenz): [32]Fibonacci in the Type System. * Eric Kow (kowey): [33]inkscape layers. * Magnus Therning: [34]Another reason to create distro-specific packages for Haskell modules. * boegel: [35]Using Haskell to win the Netflix Prize. * Magnus Therning: [36]Simple Cabal parsing. * GHC / OpenSPARC Project: [37]Bugfixes and pretty graphs. * Jeff Heard: [38]New version of Hieroglyph released.. * Chris Done: [39]Vgrabbj hacking. * Conal Elliott: [40]Paper: Beautiful differentiation. Another draft paper from Conal. * happstack.com: [41]Momentum builds as we approach Happstack 0.2. * Luke Palmer: [42]RTS Research. * GHC / OpenSPARC Project: [43]Sanity. * Darcs: [44]darcs weekly news #18. * Don Stewart (dons): [45]Can Haskell give me a pony?. The answer is: Yes! Haskell can do that. * Neil Mitchell: [46]Hoogle package search. * Alex Mason: [47]AVar changes. * Xmonad: [48]Using gimp under xmonad. It can actually be quite nice, despite what you might think. * FP-Syd: [49]Sydney FP Group: FP-Syd #12.. * Eric Kow (kowey): [50]implementing join in terms of (>>=). * GHC / OpenSPARC Project: [51]Triage. * Benjamin L. Russell: [52]Learning Haskell through Category Theory, and Adventuring in Category Land: Like Flatterland, Only About Categories. Quotes of the Week * lilac: haskell's learning curve is like this: | * cowardlydragon: [from a reddit comment thread] Don't get me started on monad. What is that, a man with a single testicle? About the Haskell Weekly News New editions are posted to [53]the Haskell mailing list as well as to [54]the Haskell Sequence and [55]Planet Haskell. [56]RSS is also available, and headlines appear on [57]haskell.org. To help create new editions of this newsletter, please see the information on [58]how to contribute. Send stories to byorgey at cis dot upenn dot edu. The darcs repository is available at darcs get [59]http://code.haskell.org/~byorgey/code/hwn/ . References 1. http://haskell.org/ 2. http://www.haskell.org//pipermail/haskell-cafe/2009-February/056798.html 3. http://www.haskell.org//pipermail/haskell/2009-February/021052.html 4. http://hackage.haskell.org/cgi-bin/hackage-scripts/package/c2hs 5. http://hackage.haskell.org/cgi-bin/hackage-scripts/package/language%2Dc 6. http://article.gmane.org/gmane.comp.lang.haskell.general/16888 7. http://hackage.haskell.org/cgi-bin/hackage-scripts/package/xhb 8. http://xcb.freedesktop.org/ 9. http://article.gmane.org/gmane.comp.lang.haskell.cafe/53780 10. http://hackage.haskell.org/cgi-bin/hackage-scripts/package/text 11. http://hackage.haskell.org/cgi-bin/hackage-scripts/package/text-icu 12. http://article.gmane.org/gmane.comp.lang.haskell.cafe/53761 13. http://www.haskell.org/haskellwiki/Boston_Area_Haskell_Users%27_Group 14. http://groups.google.com/group/bostonhaskell 15. http://article.gmane.org/gmane.comp.lang.haskell.cafe/53549 16. http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Hieroglyph 17. http://hackage.haskell.org/cgi-bin/hackage-scripts/package/colour 18. http://article.gmane.org/gmane.comp.lang.haskell.cafe/53525 19. http://hackage.haskell.org/cgi-bin/hackage-scripts/package/regex%2Dtdfa 20. http://article.gmane.org/gmane.comp.lang.haskell.cafe/53510 21. http://haskell.org/haskellwiki/Hac5 22. http://article.gmane.org/gmane.comp.lang.haskell.cafe/53448 23. http://bitbucket.org/pao/pkgenv/raw/488bfe8e58dd/pkgenv 24. http://planet.haskell.org/ 25. http://haskell.org/haskellwiki/Blog_articles 26. http://jpmoresmau.blogspot.com/2009/02/high-level-gui-library-for-haskell.ht... 27. http://therning.org/magnus/archives/534 28. http://therning.org/magnus/archives/523 29. http://www.serpentine.com/blog/2009/02/27/finally-fast-unicode-support-for-h... 30. http://blog.happstack.com/2009/02/26/happstack-now-outputs-apache-combined-l... 31. http://ghcsparc.blogspot.com/2009/02/benchmarking.html 32. http://cpoucet.wordpress.com/2009/02/26/fibonacci-in-the-type-system/ 33. http://koweycode.blogspot.com/2009/02/inkscape-layers.html 34. http://therning.org/magnus/archives/522 35. http://boegel.kejo.be/?q=node%2F8 36. http://therning.org/magnus/archives/514 37. http://ghcsparc.blogspot.com/2009/02/bugfixes-and-pretty-graphs.html 38. http://vis.renci.org/jeff/2009/02/24/new-version-of-hieroglyph-released/ 39. http://chrisdone.com/blog/html/2009-02-25-vgrabbj.html 40. http://conal.net/blog/posts/paper-beautiful-differentiation/ 41. http://blog.happstack.com/2009/02/23/momentum-builds-as-we-approach-happstac... 42. http://lukepalmer.wordpress.com/2009/02/24/rts-research/ 43. http://ghcsparc.blogspot.com/2009/02/sanity.html 44. http://blog.darcs.net/2009/02/darcs-weekly-news-18.html 45. http://donsbot.wordpress.com/2009/02/22/can-haskell-give-me-a-pony/ 46. http://neilmitchell.blogspot.com/2009/02/hoogle-package-search.html 47. http://axman6.homeip.net/blog/2009/02/avar-changes.html 48. http://xmonad.wordpress.com/2009/02/21/using-gimp-under-xmonad/ 49. http://www.mega-nerd.com/erikd/Blog/FP-Syd/fp-syd-12.html 50. http://koweycode.blogspot.com/2009/02/implementing-join-in-terms-of.html 51. http://ghcsparc.blogspot.com/2009/02/triage.html 52. http://dekudekuplex.wordpress.com/2009/01/16/learning-haskell-through-catego... 53. http://www.haskell.org/mailman/listinfo/haskell 54. http://sequence.complete.org/ 55. http://planet.haskell.org/ 56. http://sequence.complete.org/node/feed 57. http://haskell.org/ 58. http://haskell.org/haskellwiki/HWN 59. http://code.haskell.org/~byorgey/code/hwn/

Brent Yorgey
lilac: haskell's learning curve is like this: |
That's an understatement. cf http://www.eve-pirate.com/uploads/LearningCurve.jpg -- (c) this sig last receiving data processing entity. Inspect headers for copyright history. All rights reserved. Copying, hiring, renting, performance and/or quoting of this signature prohibited.
participants (2)
-
Achim Schneider
-
Brent Yorgey