Difference between revisions of "Template:Main/News"

From HaskellWiki
Jump to navigation Jump to search
(wibble)
(use locally hosted image instead of imgur)
 
(544 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-09-18''
 
   
  +
<div style="font-size:80%">
<ul>
 
  +
See [https://hackage.haskell.org/packages/recent here]
<li>
 
<p>
+
</div>
<em>
 
Haskell98 Termination Analyser
 
</em>. Stephan Swidersk
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14193 announced] the integration of an automatic Haskell98 termination analyzer in the termination tool AProVE. The tool accepts full Haskell as specified in the Haskell 98 Report and is available through our web interface. [http://aprove.informatik.rwth-aachen.de/ More]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Free theorems
 
</em>. Janis Voigtlaender
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14160 announced] that Sascha Boehme has done a project to implement the Reynolds/Wadler algorithm generating theorems from polymorphic types, plus simplifications and postprocessings for such free theorems. [http://haskell.as9x.info/ More info]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Haddock/GHC SoC
 
</em>. David Waern
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14149 announced] a short status report of the "Port Haddock to use GHC" Summer of Code project. The GHC modifications, are finished and will be included in the GHC head repository soon.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
AutoForms release 0.2
 
</em>. Mads Lindstrm
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14148 released] AutoForms 0.2, a library to ease the creation of GUIs. It does this by using generic programming (SYB) to construct GUI components. [http://autoforms.sourceforge.net/ More info]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
HSPClientside 0.2
 
</em>. Joel Bjrnson
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14133 announced] a new version of HSPClientside (0.2) ,developed as a GSoC project during this summer. HSPClientside is a Haskell Server Pages library for generating JavaScript code. [http://darcs.haskell.org/SoC/hsp.clientside/ More info]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
SOE implementation based on Gtk2Hs
 
</em>. Duncan Coutts
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14132 Due to popular demand] the new SOE implementation based on Gtk2Hs is now available. The rendering quality is better than the original HGL version. [http://haskell.org/~duncan/gtk2hs/SOE-cairo.png Here's a side-by-side comparison]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
The experimental GHCi debugger
 
</em>. Pepe
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14131 announced] the results of his SoC project, the experimental Haskell debugger. [http://haskell.org/haskellwiki/GHC/GHCiDebugger More details]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
SmallCheck
 
</em>. Colin Runciman
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14129 released] a prototype tool that is similar in spirit, and in some of its workings, to QuickCheck. SmallCheck is, though, based on exhaustive testing in a bounded space of test values. [http://www.cs.york.ac.uk/fp/smallcheck0.0.tar More info]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Frisby: composable, linear time parser for arbitrary PEG grammers
 
</em>. John Meacham
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14128 released] Frisby, an implementation of the 'packrat' parsing algorithm, which parse PEG grammars and have a number of very useful qualities, they are a generalization of regexes in a sense that can parse everything in LL(k), LR(k), and more, including things that require unlimited lookahead, all in guaranteed linear time. [http://repetae.net/computer/frisby/ More information]
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
HaskellNet
 
</em>. Jun Mukai
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14126 published] a status report on the state of his SoC project, HaskellNet
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
GHC's new support engineer
 
</em>. Simon Marlow
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/14125 announced] that GHC now has a full-time support engineer, Ian Lynagh (aka Igloo on IRC). He'll be helping with all aspects of GHC, especially release management, bug diagnosis and tracking, documentation, packaging, and supporting other GHC hackers. Welcome Ian!
 
</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