Difference between revisions of "Template:Main/News"

From HaskellWiki
Jump to navigation Jump to search
(This week's news)
(554 intermediate revisions by 16 users not shown)
Line 1: Line 1:
  +
<div class="subtitle">Recent Package Updates [http://haskell.org/haskellwiki/Hackage_statistics http://i.imgur.com/mHvNV.png] [http://hackage.haskell.org/packages/archive/recent.rss http://haskell.org/wikiupload/7/7c/Rss16.png]</div>
''2006-04-17''
 
<ul>
 
<li>
 
<p>
 
<em>Halfs, a Haskell filesystem</em>. Isaac Jones
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13550 announced]
 
the first release of Halfs, a filesystem written
 
in Haskell. Halfs can be mounted and used like any other Linux filesystem,
 
or used as a library. Halfs is a fork (and a port) of the filesystem
 
developed by Galois Connections. In addition, Halfs comes with a virtual
 
machine to make using it extremely easy. You don't need an extra partition
 
or a thumb drive, or even Linux (Windows and Mac OS can emulate the virtual
 
machine). See more at
 
[http://www.haskell.org/halfs/ the Halfs site].
 
</p>
 
</li>
 
   
  +
<div style="font-size:80%">
<li>
 
 
See [http://hackage.haskell.org/recent here]
<p>
 
 
</div>
<em>DrIFT-2.2.0</em>. John Meacham
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13541 released]
 
DrIFT-2.2.0, the type sensitive preprocessor for Haskell. It
 
extracts type declarations and directives from modules. The
 
directives cause rules to be fired on the parsed type declarations,
 
generating new code which is then appended to the bottom of the
 
input file. Read more
 
[http://repetae.net/john/computer/haskell/DrIFT/ here].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>MissingH 0.14.2</em>. John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13555 announced]
 
version 0.14.2 of MissingH, the library of "missing" Haskell code. Now including support for
 
shell globs, POSIX-style wildcards and more. Check
 
[http://quux.org/devel/missingh here] for more details.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>HAppS - Haskell Application Server 0.8</em> Einar Karttunen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13557 announced]
 
HAppS 0.8. The Haskell Application Server version 0.8 contains a complete
 
rewrite of the ACID and HTTP functionalities. Features include:<ul>
 
<li>MACID - Monadic framework for ACID transactions.
 
<li>An HTTP Server (outperforms Apache/PHP in informal benchmarks).
 
<li>An SMTP Server.
 
<li>Mail delivery agent.
 
<li>DNS resolver in pure Haskell
 
<li>XML and XSLT. Separate application logic from presentation using XML/XSLT.
 
<li>And more..
 
</ul>
 
More information on the
 
[http://happs.org/ the HAppS page].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Index-aware linear algebra</em>. Frederik Eaton
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13561 announced]
 
an index-aware linear algebra library written in Haskell.
 
The library exposes index types and ranges so that static guarantees can be
 
made about the library operations (e.g. an attempt to add two incompatibly
 
sized matrices is a static error). Frederik's motivation is that a good
 
linear algebra library which embeds knowledge of the mathematical
 
structures in the type system, such that misuse is a static error, could
 
mean Haskell makes valuable contribution in the area of technical
 
computing, currently dominated by interpreted, weakly typed languages.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>Crypto-3.0.3</em>. Dominic Steinitz
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13564 announced]
 
Crypto-3.0.3, a new version of the Haskell Cryptography Library. Version
 
3.0.3 supports: DES, Blowfish, AES, Cipher Block Chaining (CBC), PKCS#5 and
 
nulls padding, SHA-1, MD5 , RSA, OAEP-based encryption
 
(Bellare-Rogaway), PKCS#1v1.5 signature scheme, ASN.1, PKCS#8, X.509
 
Identity Certificates, X.509 Attribute Certificates.
 
See
 
[http://www.haskell.org/crypto here] for more.
 
</p>
 
</li>
 
</ul>
 
 
[[Old news|More news]]
 

Revision as of 21:33, 21 January 2015

Recent Package Updates mHvNV.png Rss16.png

See here