Difference between revisions of "Template:Main/News"

From HaskellWiki
Jump to navigation Jump to search
(New news)
(use locally hosted image instead of imgur)
 
(561 intermediate revisions by 17 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-03-20''
 
   
  +
<div style="font-size:80%">
<ul>
 
  +
See [https://hackage.haskell.org/packages/recent here]
<li>
 
 
</div>
<p><em>lhs2TeX version 1.11</em>. Andres Loeh
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13414 announced]
 
lhs2TeX version 1.11, a preprocessor to generate LaTeX code from
 
literate Haskell sources.
 
</p>
 
 
<p>
 
lhs2TeX includes the following features:
 
<ul>
 
<li>Highly customized output.
 
<li>Liberal parser -- no restriction to Haskell 98.
 
<li>Generate multiple versions of a program or document from a single source.
 
<li>Active documents: call Haskell to generate parts of the
 
document (useful for papers on Haskell).
 
<li>A manual explaining all the important aspects of lhs2TeX.
 
</ul>
 
</p>
 
</li>
 
</ul>
 
 
''2006-03-13''
 
 
<ul>
 
<li>
 
<em>Alternative to Text.Regex</em>. Chris Kuklewicz [http://article.gmane.org/gmane.comp.lang.haskell.cafe/11825 announced] an alternative to Text.Regex. While working on the [http://shootout.alioth.debian.org/gp4/benchmark.php?test=all&lang=all language shootout], Chris implemented a new efficient regex engine, using parsec. It contructs a parser from a string representation of a regular expression.
 
</li>
 
 
<li>
 
<em>pass.net</em>. S. Alexander Jacobson [http://article.gmane.org/gmane.comp.lang.haskell.cafe/11824 launched] Pass.net. Written in Haskell, using HAppS, Pass.net lets websites replace registration, confirmation mails, and multiple passwords with a single login, authenticating via their email domain.
 
</li>
 
</ul>
 
 
''2006-03-06''
 
 
<ul>
 
<li>
 
<em>Haskell as a markup language</em>. Oleg Kiselyov [http://www.haskell.org/pipermail/haskell/2006-March/017656.html writes] on using Haskell to represent semi-structured documents and the rules of their processing. [http://ssax.sourceforge.net SXML] is embedded directly in Haskell, with an open and extensible set of `tags'. The benefit of this is of course in static type guarantees, such as prohibiting an H1 element to appear in the character content of other elements.
 
</li>
 
 
<li>
 
<em>hmp3 1.0</em>. Don Stewart [http://www.haskell.org/pipermail/haskell/2006-March/017674.html released] hmp3 version 1. hmp3 is a curses-based mp3 player written in Haskell, designed to be fast, small and stable.
 
</li>
 
 
<li>
 
<em>Edison 1.2rc2</em>. Robert Dockins [http://www.haskell.org/pipermail/libraries/2006-March/004983.html announced] the second release candidate for Edison 1.2 is now ready for comments.
 
</li>
 
</ul>
 
 
''2006-02-27''
 
 
<ul>
 
<li>
 
<em>Long Live Edison</em>. Robert Dockins [http://article.gmane.org/gmane.comp.lang.haskell.general/13295 announced] he had revived the Edison data structure code, and is maintaining a darcs repository, with a view to modernising the codebase.
 
</li>
 
</ul>
 
 
[[Old news]]
 

Latest revision as of 07:38, 2 November 2016

Recent Package Updates MHvNV.png Rss16.png

See here