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)
 
(530 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-12-05''
 
   
  +
<div style="font-size:80%">
<ul><li><p><em>Communities and Activities Report</em>. Andres Loeh
 
  +
See [https://hackage.haskell.org/packages/recent here]
[http://article.gmane.org/gmane.comp.lang.haskell.general/14545 published] the [http://www.haskell.org/communities/ Haskell Communities and Activities Report] (11th edition, November 2006). The report is now available from the Haskell Communities home page in several formats. The goal of the report is to improve the communication between the increasingly diverse groups, projects and individuals working on, with, or inspired by Haskell. When we try for the next update, six months from now, you might want to report on your own work, project, research area or group as well.</p></li>
 
  +
</div>
 
<li><p><em>Visual Haskell prerelease 0.2</em>. Krasimir Angelov
 
[http://thread.gmane.org/gmane.comp.lang.haskell.general/14527/focus=14527 announced] that there is a prerelease version of Visual Haskell [http://www.haskell.org/visualhaskell available]. This is the first version that is: available for both VStudio 2003 and VStudio 2005, and distributed with a stable GHC version (6.6)</p></li>
 
 
<li><p><em>Haskell MIME library</em>. Jeremy Shaw
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14555 announced] the availability of a MIME processing library. This library is supposed to be able to parse emails and decode various attachments, and generate emails with attachments. [http://www.n-heptane.com/nhlab/repos/haskell-mime The library] includes modules that implement portions of: RFC 2045, RFC 2046, RFC 2387 and RFC 2822.</p></li>
 
 
<li><p><em>Core (ghc-base) library</em>. Bulat Ziganshin
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14546 announced] progress on the Core library project, to divide the Haskell base library into two parts: small compiler-specific one (the Core library proper) and the rest: new, compiler-independent Base library that uses only services provided by Core lib.</p></li>
 
 
<li><p><em>hpodder 0.99.0</em>. John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14533/ announced] hpodder 0.99.0, the first beta candidate for making an eventual 1.0.0 release of hpodder. [http://quux.org/devel/hpodder hpodder] is a podcast downloader that happens to be written in Haskell. This version introduces two major new features: nicer apt-like output and multithreaded downloading.</p></li>
 
 
<li><p><em>MissingH 0.16.3</em>. John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14532 released] MissingH 0.16.3. Including a new module MissingH.ProgressTracker which tracks the progress of long-running tasks, and MissingH.Quantity which renders numbers according to a quantification system such as SI or binary.</p></li>
 
 
<li><p><em>The restricted IO monad</em>. Stefan O'Rear
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14526 introduced] RIO, an experimental library for extensible restricted IO in Haskell.</p></li>
 
 
<li><p><em>Typed symbolic differentiation</em>. Oleg Kiselyov
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14566 showed] symbolic differentiation of a wide class of numeric functions without any interpretative overhead. The functions to symbolically differentiate can be given to us in a compiled form (in .hi files); their source code is not needed. We produce a (compiled, if needed) function that is an exact, algebraically simplified analytic derivative of the given function. Our approach is reifying code into its `dictionary view', intensional analysis of typed code expressions, and the use of staging to evaluate under lambda.</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