Editorial = Just "This week a new release of the Haskell XML Toolbox, and details for the inaugural Haskell Hackathon are announced. And the HWN half century of issues is on the board!", Announce [ Item "Haskell XML Toolbox 7.0" "Uwe Schmidt" "[http://article.gmane.org/gmane.comp.lang.haskell.general/14487 released] a new version of the [http://www.fh-wedel.de/~si/HXmlToolbox/index.html Haskell XML Toolbox]. New in 7.0 is a module for XSLT transformation. The XSLT module implements most of the XSLT standard. The development of the XSLT module is done by Tim Walkenhost in his master thesis, describing the design of the transformer (and the limitations) is included in the distribution. HXT 7.0 works with ghc-6.4 and ghc-6.6. [http://www.haskell.org/haskellwiki/HXT A tutorial] is available in the Haskell wiki.", Item "Hac: Haskell Hackathon 2007" "The Hac organisers" "[http://article.gmane.org/gmane.comp.lang.haskell.general/14489 announced] that the inaugural Haskell Hackathon, [http://haskell.org/haskellwiki/Hac_2007 Hac 2007], will be held at Oxford University Computing Laboratory, January 10-12, 2007. The plan is to hack on Haskell infrastructure, tools, libraries and compilers. To attend please register, and get ready to hack those lambdas!", Item "System.FilePath 0.11" "Neil Mitchell" "[http://article.gmane.org/gmane.comp.lang.haskell.general/14485 announced] the release of [http://www-users.cs.york.ac.uk/~ndm/projects/libraries.php#filepath System.FilePath 0.11], a library for manipulating FilePath's correctly on both Posix and Windows.", Item "Darcs release candidate" "Tommy Pettersson" "[http://article.gmane.org/gmane.comp.version-control.darcs.devel/5010 announced] it's time for a new darcs release candidate, 1.0.9rc2. There will probably be yet another release candidate (rc3) before final 1.0.9. Get testing!", Item "Safe library 0.1" "Neil Mitchell" "[http://article.gmane.org/gmane.comp.lang.haskell.general/14475 announced] the release of [http://www-users.cs.york.ac.uk/~ndm/projects/libraries.php#safe Safe library, 0.1]. People often have a problem with pattern match errors, and the only helpful message they get is: 'pattern match error'. The Safe library hopes to eliminate some of the frustration this causes by providing versions of these partial functions with more helpful error messages." , Item "LocH, located errors 0.1" "Don Stewart" "[http://article.gmane.org/gmane.comp.lang.haskell.general/14475 announced] the release of LocH, a small Haskell module providing source location-specific error messages and debugging strings for Haskell code. It uses the compiler-expanded 'assert' token, rather than cpp or m4, to provide a lightweight approach to generating source locations. No preprocessor is required. More information is available at [http://www.cse.unsw.edu.au/~dons/loch.html the LocH site], including [http://www.cse.unsw.edu.au/~dons/loch/Debug-Trace-Location.html API documentation].", Item "Starting your own Haskell project" "Jason Dagit and Don Stewart" "[http://thread.gmane.org/gmane.comp.lang.haskell.cafe/16689/focus=16689 expanded] on the document describing how best to [http://haskell.org/haskellwiki/How_to_write_a_Haskell_program set up a new Haskell project], leading to the creation of [http://article.gmane.org/gmane.comp.lang.haskell.cabal.devel/269 mkcabal],a new tool for setting up cabalised Haskell projects." ], HaskellPrime [ Link "http://thread.gmane.org/gmane.comp.lang.haskell.prime/1907/focus=1907" "Defaults", Link "http://thread.gmane.org/gmane.comp.lang.haskell.prime/1904/focus=1904" "Pattern guards and where clauses" ], Libraries [ Link "http://article.gmane.org/gmane.comp.lang.haskell.libraries/5706" "Add parsing (and some other changes) to the time package" ], Conferences Nothing [ ], Discussion [ Item "New Arrows tutorial" "Tim Newsham" "[http://www.thenewsh.com/~newsham/x/arrow.txt wrote] a small arrows tutorial, and is looking for feedback.", Item "Yhc.Core backends for Haskell/Javascript/C" "Neil Mitchell" "[http://article.gmane.org/gmane.comp.lang.haskell.yhc/460 asked] about the direction the Yhc Core backends should take.", Item "The Burrows Wheeler Transformation" "Jon Fairbairn" "[http://thread.gmane.org/gmane.comp.lang.haskell.cafe/16650/focus=16650 proposed] a game to find the most elegant implementation of the Burrows Wheeler transformation and its inverse.", Item "More fusion" "Claus Reinke" "[http://thread.gmane.org/gmane.comp.lang.haskell.glasgow.user/11267/focus=11267 described] a method for avoiding the O(n) overhead of cons in strict ByteStrings. Some alternative strategies were also suggested.", Item "Extending TypeEq: topEq for types" "Nicolas Frisby" "[http://thread.gmane.org/gmane.comp.lang.haskell.cafe/16638/focus=16638 described] a solution to an interesting type problem using TypeEq, Oleg followed up with an alternate solution", Item "Debugging by the rules" "Don Stewart" "[http://thread.gmane.org/gmane.comp.lang.haskell.cafe/16577/focus=16577 described] an idea to use rewrite rules to change mysterious failing functions to more useful variants. More details on using rewrite rules for various ticks have been [http://www.haskell.org/haskellwiki/Playing_by_the_rules collected on the wiki].", Item "Generalising zip" "Jason Dagit" "[http://thread.gmane.org/gmane.comp.lang.haskell.cafe/16626/focus=16626 wondered] about a generalisation of zip to encode functions like isPrefixOf", Item "Heterogeneous collections" "Valentin Gjorgjioski" "[http://thread.gmane.org/gmane.comp.lang.haskell.cafe/16653/focus=16653 asked] about techniques for heterogeneous data in Haskell. Several solutions were suggested, and a [http://haskell.org/haskellwiki/Heterogenous_collections new wiki page] collects the details." ], Jobs [ ], Blogs [ Link "http://blog.tmorris.net/maybe-in-java" "The Maybe type in Java", Link "http://www.process-one.net/index.php/en/comments/erlang_user_conference_2006/" "Erlang User Conference", Link "http://eamon.nerbonne.org/2006/11/gwc-missing-linq.html" "The Missing LINQ", Link "http://blog.tmorris.net/aplas-06/" "APLAS 06", Link "http://www.developer.com/net/csharp/article.php/3598381" "The New Lambda Expressions Feature in C# 3.0", Link "http://alangloria.blogspot.com/2006/11/edit-graphs-im-currently-hacking.html" "Edit Graphs", Link "http://haskell-web.blogspot.com/2006/11/search-engine-written-in-haskell.html" "A search engine (core) written in Haskell", Link "http://koweycode.blogspot.com/2006/11/haskell-vim-indentation.html" "Vim indentation mode for Haskell", Link "http://haskell-web.blogspot.com/2006/11/transactional-cache-for-haskell.html" "Haskell Transactional Cache", Link "http://groups.google.com/group/Google-Code-Search/browse_thread/thread/a1f83fae9d771c29/8ad7cd89b262ee28#8ad7cd89b262ee28" "Haskell support added to Google Code Search", Link "http://teameiffel.blogspot.com/2006/11/type-system-of-ecma-eiffel.html" "The type system of ECMA Eiffel (modelled in Haskell)", Link "http://alangloria.blogspot.com/2006/11/okay.html" "Diff in Haskell", Link "http://dynamic.ropine.com/yesh/article/computers-were-invented-to-keep-track-of-boring-things" "Computers were invented to keep track of boring things", Link "http://community.livejournal.com/evan_tech/206250.html" "Lazy lists as iterators", Link "http://sigkill.dk/blog/archives/240-Library-use-in-the-Common-Lisp-community.html" "Library use in the Common Lisp community", Link "http://sigfpe.blogspot.com/2006/09/local-and-global-side-effects-with.html" "Local and global side effects with monad transformers", Link "http://kenta.blogspot.com/2006/11/eratosthenes-sieve.html" "Eratosthenes sieve", Link "http://salimma.livejournal.com/72850.html" "Lazy streams for Lua", Link "http://jlouisramblings.blogspot.com/2006/11/on-language-design.html" "Language design", Link "http://sancho-ex.livejournal.com/7056.html" "Overlap function in Haskell for rectangles" ], Quotes [ Quote "Larry Wall" "People who succeed in brushing up on Haskell do so by brushing up lazily.", Quote "xerox" "[dons] then again, bots themselves are simple. [xerox] '...they are just a morphism in the category of IRC channels together with an endomapping ...'", Quote "Dave Love" "Presumably people with the taste to program in Haskell will use Emacs anyway.", Quote "Baughn" "I know I always have trouble explaining what the weather is like without involving foldr somehow.", Quote "Korollary" "Darcs is free of chemical toxins of big pharma. It's made using all natural herbs and other woo. It's good for you. Cheers.", Quote "Pseudonym" "A 'newbie', in Haskell, is someone who hasn't yet implemented a compiler. They've only written a monad tutorial.", Quote "astrolabe" "I guess missile launching would have to be in IO", Quote "dons" "Java's type system is unsuitable for young children, the elderly or infirm of constitution", Quote "earthy" "The Haskell standard Prelude is ... a treasure trove. But it does require breaking your mind and reassembling the pieces to unlock the trove.", Quote "emu" "Hijack the stack and take this compiler to Fun-land!", Quote "norpan" "The comonad of the No monad is the Yes monad?", Quote "robreim" "I'm in your base hacking all your lambdas", Quote "shapr" "I was chatting with someone who writes Haskell and at some point they said they're not an academic, and I said that too. And then there was what I perceived to be a small disbelieving silence...", Quote "simonpj" "Maybe if I had an Oleg implant I could express all this in the type system", Quote "skew" "[On the subject of strictness] There is a sequet incantation." , Quote "ski" "Please talk to your son or daughter about parametric polymorphism", Quote "wadler" "The way we can tell it's C# instead of Haskell is because it's nine lines instead of two." ], Commits [ Commit "Wed Nov 8 09:14:52 PST 2006" "Alexey Rodriguez" "[http://article.gmane.org/gmane.comp.lang.haskell.cvs.ghc/17864 Addition of PAPI] to the RTS. [http://icl.cs.utk.edu/papi/ PAPI] is a library that supports use of the performance counters built into most CPUs for measuring things like cache misses and branch mispredictions. Alexey Rodriguez has added support for PAPI to the RTS, so we can take measurements of any of the CPU performance counters during the run of a Haskell program, and we even separate out results for the GC from results for the mutator." ] -- vim: paste