Editorial = Just "GHC 6.10 is released!! Go forth and drool over its new features. Be sure to have the editline libraries (libedit-dev on Debian/Ubuntu, for example) installed before you try building it.", Community [ ], Announce [ Item "GHC version 6.10.1" "Ian Lynagh" "[http://article.gmane.org/gmane.comp.lang.haskell.glasgow.user/15591 announced] the release of [http://www.haskell.org/ghc/ GHC version 6.10.1]! This new major release features a number of significant changes, including wild-card patterns, punning, and field disambiguation in record syntax; generalised quasi-quotes; generalised SQL-like list comprehensions; view patterns; a complete reimplementation of type families; parallel garbage collection; a new extensible exception framework; a more user-friendly API; included Data Parallel Haskell (DPH); and more! See [http://haskell.org/ghc/docs/6.10.1/html/users_guide/release-6-10-1.html the full release notes] for more information.", Item "new community.haskell.org features: webspace, mailing lists" "Ian Lynagh" "[http://article.gmane.org/gmane.comp.lang.haskell.general/16600 announced] that the community server, http://community.haskell.org/, has two new features for hosted projects: project webspace, and project mailing lists.", Item "GHC blog" "Simon Marlow" "[http://article.gmane.org/gmane.comp.lang.haskell.glasgow.user/15603 has set up] a [http://ghcmutterings.wordpress.com/ GHC blog]. This is for all things related to GHC, particularly people working on GHC to blog about what they're up to. If you want a write-bit, sign up for a [http://wordpress.com wordpress account], let Simon know your account name, and blog away! The GHC blog should be syndicated on [http://planet.haskell.org/ Planet Haskell] soon.", Item "Haddock 2.4.0" "David Waern" "[http://www.haskell.org//pipermail/haskell-cafe/2008-November/050271.html announced] a [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/haddock-2.4.0 new release] of [http://www.haskell.org/haddock Haddock], the Haskell documentation tool. This is a later version than the one shipped with GHC 6.10.1, which is version 2.3.0. That version will not be released on Hackage since it only builds with GHC 6.10.1 (by accident, actually). Besides adding back support for earlier GHC versions, this release contains some more fixes and support for HTML frames.", Item "htags-1.0" "David Sankel" "[http://article.gmane.org/gmane.comp.lang.haskell.general/16582 announced] the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/htags htags] package, a tag file generator to enable extra functionality in editors like vim. It expands upon hasktags by using a full Haskell 98 parser and options for recursion.", Item "Haskell Quick Reference (1-page PDF)" "Malcolm Wallace" "[http://article.gmane.org/gmane.comp.lang.haskell.cafe/47344 sent] a 1-page Haskell quick reference prepared for a recent Haskell tutorial. Permission is granted for anyone to distribute it more widely as they wish, in the hope that it might be useful. Editable sources can be passed along if anyone would like to extend it.", Item "Proposal for associated type synonyms in Template Haskell" "Thomas van Noort" "[http://article.gmane.org/gmane.comp.lang.haskell.cafe/47301 submitted] a proposal for adding associated type synonyms to Template Haskell. Comments are welcomed.", Item "announce [(\"InfixApplicative\", 1.0), (\"OpenGLCheck\", 1.0), (\"obj\", 0.1)]" "Thomas Davie" "[http://article.gmane.org/gmane.comp.lang.haskell.cafe/47241 announced] the upload of a few packages to Hackage which he has produced while working at Anygma. [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/obj obj-0.1] is a library for loading and writing obj 3D models; [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/OpenGLCheck OpenGLCheck-1.0] is a micro-package containing instances of Arbitrary for the data structures provided in Graphics.Rendering.OpenGL; and [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/InfixApplicative InfixApplicative-1.0] is a second micro-package containing a pair of functions (<^) and (^>) which can be used to provide an infix version of liftA2 applied to an operator.", Item "Graphalyze-0.5 and SourceGraph-0.3" "Ivan Lazar Miljenovic" "[http://article.gmane.org/gmane.comp.lang.haskell.cafe/47171 announced] the latest versions of [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/Graphalyze Graphalyze] and [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/SourceGraph SourceGraph], which fix a couple of bugs in the previous versions.", Item "zlib and bzlib 0.5 releases" "Duncan Coutts" "[http://article.gmane.org/gmane.comp.lang.haskell.cafe/47144 announced] updates to the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/zlib zlib] and [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bzlib bzlib] packages, featuring a slightly nicer extended API. The simple API that most packages use is unchanged. There is also a new parameter to control the size of the first output buffer; this lets applications save memory when they happen to have a good estimate of the output size." ], HaskellPrime [ ], Libraries [ ], Conferences Nothing [ ], Discussion [ Item "Efficient parallel regular expressions" "Martijn van Steenbergen" "[http://thread.gmane.org/gmane.comp.lang.haskell.cafe/47242 asked] about efficiently running multiple regular expressions in parallel, leading to an interesting discussion of regular expressions and various parsing methods and libraries.", Item "Problems with strictness analysis?" "Patai Gergely" "started an informative [http://thread.gmane.org/gmane.comp.lang.haskell.cafe/47183 discussion] about strictness, laziness, strictness analysis, and compiler optimization. If you don't know a lot about these topics but would like to learn, this thread is a good starting point!" ], Jobs [ Item "1-year postdoc position in Chalmers Functional Programming group" "John Hughes" "[http://article.gmane.org/gmane.comp.lang.haskell.general/16596 announced] a position for a post-doctoral researcher with the Chalmers Functional Programming Group, with a one-year tax-free stipend funded by Intel. The funded project will develop a Domain Specific Language (DSL) for high level modelling, design and analysis of hardware and microarchitectures." ], Blogs [ Post "2008-11-07" "Max Rabkin" "Beautiful folding" "A very cool post about composable folds!" "http://squing.blogspot.com/2008/11/beautiful-folding.html" NP, Post "2008-11-06" "Ken G." "Haskell?" "Ken shares some thoughts on Real World Haskell." "http://monolith149daily.blogspot.com/2008/11/haskell.html" NP, Post "2008-11-03" "phoenix" "Haskell Tricks: Indexing a List" "Getting the index of an element satisfying a predicate by zipping." "http://phoenixblitz.blogspot.com/2008/11/haskell-tricks-indexing-list.html" NP, Post "2008-11-02" "Cory" "Euler and Haskell" "Cory just started learning Haskell (a \"fun, slightly ridiculous language\") via Project Euler." "http://onag.blogspot.com/2008/11/euler-and-haskell.html" NP, Post "2008-11-02" "Sadek Drobi" "Code Safety and Correctness is a matter of Mindset Cultured by the Language" "" "http://sadekdrobi.com/2008/11/02/code-safety-and-correctness-is-a-matter-of-mindset-cultured-by-the-language/" NP, Post "2008-10-27" "Bryan St. Amour" "Haskell Solution To The Farmer Problem" "" "http://bryanstamour.com/?p=49" NP, Post "2008-10-23" "David Sankel" "Analysis of lazy-stream programs." "" "http://netsuperbrain.com/blog/posts/analysis-of-lazy-stream-programs/" N, Post "2008-10-27" "Nathan Hartman" "Haskell, Lambert, and the Clarke Ellipsoid" "Nathan has started porting a map projection library to Haskell." "http://parsemymonad.blogspot.com/2008/10/haskell-lambert-and-clarke-ellipsoid.html" NP, Post "2008-11-08" "Edward Kmett" "Still Alive" "Edward is still alive but sadly lost a few recursion scheme posts. =(" "http://comonad.com/reader/2008/still-alive/" N, Post "2008-11-07" "Eric Kow (kowey)" "timesheet helper" "" "http://koweycode.blogspot.com/2008/11/timesheet-wishlist.html" N, Post "2008-11-07" "Philip Wadler" "A bizarre function over streams" "" "http://wadler.blogspot.com/2008/11/bizarre-function-over-streams.html" N, Post "2008-11-07" "David Sankel" "Introducing Reactive: Events" "A very readable introduction to the Reactive library. I look forward to reading more!" "http://netsuperbrain.com/blog/posts/introducing-reactive-events/" N, Post "2008-11-07" "\"FP Lunch\"" "Numbers vs Sets" "" "http://sneezy.cs.nott.ac.uk/fplunch/weblog/?p=114" N, Post "2008-11-07" "Mark Jason Dominus" "Addenda to recent articles 200810" "" "http://blog.plover.com/addenda/200810.html" N, Post "2008-11-07" "Darcs" "darcs weekly news #11" "" "http://blog.darcs.net/2008/11/darcs-weekly-news-11.html" N, Post "2008-11-06" "Real-World Haskell" "Some early reviews" "" "http://www.realworldhaskell.org/blog/2008/11/06/some-early-reviews/" N, Post "2008-11-06" "David Sankel" "freeglut + Windows + HOpenGL + HGLUT" "" "http://netsuperbrain.com/blog/posts/freeglut-windows-hopengl-hglut/" N, Post "2008-11-05" "GHC mutterings" "GHC 6.10.1 is out!" "" "http://ghcmutterings.wordpress.com/2008/11/05/ghc-6101-is-out/" N, Post "2008-11-05" "Chung-chieh Shan" "Cognitive jobs" "" "http://conway.rutgers.edu/~ccshan/wiki/blog/posts/Cognitive_jobs/" N, Post "2008-11-04" "London Haskell Users Group" "Duncan Coutts: The Haskell Platform" "The abstract for Duncan's talk at the London HUG." "http://www.londonhug.net/2008/11/04/duncan-coutts-the-haskell-platform/" N, Post "2008-11-04" "Well-Typed.Com" "GHC 6.10.1 released!" "" "http://blog.well-typed.com/2008/11/ghc-6101-released/" N, Post "2008-11-04" "Well-Typed.Com" "Haskell Platform talk at the London Haskell Users Group" "" "http://blog.well-typed.com/2008/11/haskell-platform-talk-at-the-london-haskell-users-group/" N, Post "2008-11-04" "Mark Wassell" "GIS with Haskell 1" "" "http://pound-stone.blogspot.com/2008/11/gis-with-haskell-1.html" N, Post "2008-11-03" "JP Moresmau" "Haskell for counting votes!" "JP illustrates five different voting methods with some Haskell implementations." "http://jpmoresmau.blogspot.com/2008/11/haskell-for-counting-votes.html" N, Post "2008-11-03" "Ivan Lazar Miljenovic" "Graph Theoretic Analysis of Relationships within Discrete Data" "" "http://ivanmiljenovic.wordpress.com/2008/11/03/graph-theoretic-analysis-of-relationships-within-discrete-data/" N, Post "2008-11-03" "Braden Shepherdson" "Pimp Your XMonad #1: Status bars" "The first in a planned series of articles on not-so-well-known ways to extend your xmonad configuration." "http://braincrater.wordpress.com/2008/11/02/pimp-your-xmonad-1-status-bars/" N, Post "2008-11-02" "Well-Typed.Com" "zlib and bzlib package updates" "" "http://blog.well-typed.com/2008/11/zlib-and-bzlib-package-updates/" N ], Quotes [ Quote "Cory" "Any language which makes frequent use of monads, functors and has a wikibook describing its relation to category theory is the result of an evil genius (or several, to be precise).", Quote "mmorrow" "in langs with dependent types, you can just map numbers directly to types instead of having to ride a unicycle along a tightrope while battling an unruly gang of monkeys with knives.", Quote "conal" "-fsemantics-shemantics", Quote "roconnor" "all sorts of wonderful things could be done if we are less anal about bottoms. No pun intended." ], Commits [ ] -- vim: paste