Difference between revisions of "Template:Main/News"

From HaskellWiki
Jump to navigation Jump to search
(This week's news)
(use locally hosted image instead of imgur)
 
(547 intermediate revisions by 16 users not shown)
Line 1: Line 1:
  +
<div class="subtitle">Recent Package Updates [https://wiki.haskell.org/Hackage_statistics https://wiki.haskell.org/wikiupload/b/bf/MHvNV.png] [https://hackage.haskell.org/packages/recent.rss https://wiki.haskell.org/wikiupload/7/7c/Rss16.png]</div>
''2006-08-14''
 
   
  +
<div style="font-size:80%">
<ul>
 
  +
See [https://hackage.haskell.org/packages/recent here]
<li>
 
<p>
+
</div>
<em>
 
The Haskell Workshop
 
</em>. Andres Loeh
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14104 announced]
 
the preliminary schedule of the Haskell Workshop 2006, part of the 2006 International Conference on Functional Programming (ICFP)
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
dbus haskell bindings
 
</em>. Evan Martin
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/13771 announced] preliminary D-Bus Haskell bindings. D-Bus is a message bus system, a simple way for applications to talk to one another. [http://neugierig.org/software/hdbus/ More]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
The GHC typechecker is Turing-complete
 
</em>. Robert Dockins
 
was able to [http://article.gmane.org/gmane.comp.lang.haskell.general/14088 show] how that the GHC typechecker with multi-parameter typeclasses, functional dependencies, and undecidable instances is Turing-complete.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Haskell Program Coverage
 
</em>. Colin Runciman
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14087 announced] the first release of hpc, a new tool for Haskell developers. Hpc records and displays Haskell program coverage. It provides coverage information of two kinds: source coverage and boolean-control coverage. [http://www.galois.com/~andy/hpc-intro.html More here]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Smash your boiler-plate without class and Typeable
 
</em>. Oleg Kiselyov
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14086 described] a new generic programming technique, expressive enough to traverse a term and return another term of a different type, determined by the original term's type/structure. [http://okmij.org/ftp/Haskell/syb4.hs More details]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Paper: Software Extension and Integration with Type Classes
 
</em>. Ralf Laemmel and Klaus Ostermann
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14040 invite] comments towards the final version of their paper [http://homepages.cwi.nl/~ralf/gpce06/ Software Extension and Integration with Type Classes]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
HSP.Clientside 0.01
 
</em>. Joel Bj�rnson
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14023 announced] a release of his Summer of Code project HSP.Clientside 0.01. Present features include an embedding of (typed) JavaScript language in Haskell, a small combinator library for generating JavaScript code, and high-level interface to Ajax functionality.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Monadic probabilistic functional programing
 
</em>. Stefan Karrmann
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14012 announced] that he had extended Martin Erwig's PFP library to support abstract monads, cabal and darcs
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
hdbc-odbc 1.0.0.1
 
</em>. John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13998 released] DBC-odbc, the ODBC backend driver for HDBC, version 1.0.0.1.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Few Digits 0.5.0
 
</em>. Russell O'Connor
 
This year, Few Digits competed in the [http://rnc7.loria.fr/competition.html More Digits contest]. To celebrate, version 0.5.0 of Few Digits is available. Few Digits 0.5.0 is now ten times faster and three times more complicated. Few Digits has been Cabalized for your convenience. [<http://r6.ca/FewDigits/ More info]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
System.FilePath 0.9
 
</em>. Neil Mitchell
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13985 announced] System.FilePath 0.9
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
The History of Haskell
 
</em>. Phil Wadler, John Hughes, Paul Hudak and Simon Peyton Jones
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13983 have been writing] a paper, The History of Haskell, for the History Of Programming Languages conference (HOPL'07), and they invite feedback. Wiki page [http://haskell.org/haskellwiki/History_of_Haskell here].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
AngloHaskell
 
</em>. Lemmih
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13979 mentioned] that AngloHaskell will be held at Cambridge in August. The agenda includes beer, unicycles, hacking and other fun. [http://haskell.org/haskellwiki/AngloHaskell More info]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Haskell XML Toolbox Version 6.0, 6.1
 
</em>. Uwe Schmidt
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13924 announced] [http://article.gmane.org/gmane.comp.lang.haskell.general/13949 two] new versions of the Haskell XML Toolbox. New features include ghc 6.4.2 support, better XPath integration, separate documentation for filter API and an arrow API
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Down the rabbit hole
 
</em>. Bulat Ziganshin
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13914 announced] the availability of a new tutorial directed toward comprehensive explanation of the IO monad, and it's use in complex programs
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
ldap-haskell, arch2darcs and darcs-buildpackage
 
</em>. John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13912 posted] new versions of these packages
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Internships on GHC and Haskell at MSR Cambridge
 
</em>. Simon Peyton-Jones
 
[http://article.gmane.org/gmane.comp.lang.haskell.glasgow.user/10219 announced] that MSR Cambridge is taking interns year-round, not just in the summer months. GHC HQ are keen to attract motivated and well-qualified folk to work on improving or developing GHC. [http://hackage.haskell.org/trac/ghc/wiki/Internships More details]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
FGL
 
</em>. Martin Erwig
 
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4948 announced] a new release of his well known Functional Graph Library (FGL).
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Takusen
 
</em>. Alistair Bayley and Oleg Kiselyov
 
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4887 released] a new version of Takusen, a library for accessing DBMSs. The most significant code change is a new internal design, giving better separation of concerns like statement preparation, binding, and result-set processing. Takusen is now held in darcs, and [http://darcs.haskell.org/takusen hosted] at haskell.org
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Text.Regex.Lazy 0.44, 0.56, 0.66 and 0.70
 
</em>. Chris Kuklewicz
 
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4977 announced] [http://sourceforge.net/projects/lazy-regex Text.Regex.Lazy] 0.44-0.70, with many enhancements. Multiple backends are supported, in addition to the "full lazy" and the DFA backends. Text.Regex.Lazy is a replacement and enhancement for Text.Regex. More details [http://article.gmane.org/gmane.comp.lang.haskell.libraries/5028 here]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Streams 0.2.1 beta
 
</em>. Bulat Ziganshin
 
[http://thread.gmane.org/gmane.comp.lang.haskell.libraries/4865/focus=4865 released] Streams 0.2.1 beta, featuring various bug fixes and improvements to the streams library
 
</p>
 
</li>
 
</ul>
 
 
[[Old news|More news]]
 

Latest revision as of 07:38, 2 November 2016

Recent Package Updates MHvNV.png Rss16.png

See here