Difference between revisions of "Template:Main/News"

From HaskellWiki
Jump to navigation Jump to search
m (Date: ICFP Programming Contest 2006 ended in 24 July)
(545 intermediate revisions by 15 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-07-24''
 
   
  +
<div style="font-size:80%">
* [[ICFP Programming Contest#Ninth annual ICFP Programming Contest (2006)|Ninth annual ICFP Programming Contest (2006)]] is over. Results will be announced in September.
 
  +
See [http://hackage.haskell.org/recent here]
 
  +
</div>
''2006-07-03''
 
 
<ul>
 
<li>
 
<p>
 
<em>
 
HDBC 1.0
 
</em>. John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13879 released] the latest HDBC. HDBC is a database tool, modeled loosely on Perl's DBI interface, though it has also been influenced by Python's DB-API v2, JDBC in Java, and HSQL in Haskell. You can find the code [http://quux.org/devel/hdbc here].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
hpodder
 
</em>. John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13880 announced] the first release of hpodder. hpodder is a podcast downloader (podcatcher) written in pure Haskell. It exists because John was unsatisfied with the other podcatchers for Linux. Full details [http://quux.org/devel/hpodder here].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
hmp3 1.1
 
</em>. Don Stewart
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13864 announced] a new release of hmp3, the curses-based mp3 player written in Haskell. Release 1.1 is a maintenance release, fixing support for GHC 6.4.2
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
HSP.Clientside 0.001
 
</em>. Joel Bjornson
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13851 announced] a prerelease version of Hsp.Clientside. This is Joel's [http://code.google.com/soc/haskell/about.html Summer of Code] project aiming to add support for client-side script generation in Haskell Server Pages. The basic building blocks for embedding Javascript has been implemented. As the project proceeds a suitable programming model based on these components will be added. Hopefully this will also include some kind of higher level Ajax support. For more information see [http://www.dtek.chalmers.se/~bjornson/soc here].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
QDBM and Hyper Estraier bindings
 
</em>. Jun Mukai
 
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4821 released] a library of bindings to Quick DBM, a database module similar to GDBM, Berkeley-DB, optimized for performance and a simple API. Additionally, Jun's code includes support for Hyper Estraier, a full-text search system using QDBM, with the ability to search documents according to keywords.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Streams 0.2
 
</em>. Bulat Ziganshin
 
[http://article.gmane.org/gmane.comp.lang.haskell.libraries/4820 announced] the beta release of his Streams 0.2 library, providing fast string and binary IO, now with Data.ByteString support.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
HNOP 0.1
 
</em>. Ashley Yakeley
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13881 released] the first version of HNOP 0.1. HNOP does nothing. This version should be considered "beta" quality.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
HList updates
 
</em>. Oleg Kiselyov
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/13905 announced] that HList, the library for strongly typed heterogeneous lists, records, type-indexed products (TIP) and co-products is now accessible via darcs, [http://darcs.haskell.org/HList/ here]. Additionally, Oleg pointed to some new features for HList, including a new representation for open records. Finally, he [http://article.gmane.org/gmane.comp.lang.haskell.general/13906 published] a note on how HList supports, natively, polymorphic variants: extensible recursive open sum datatypes, quite similar to Polymorphic variants of OCaml. HList thus solves the `expression problem' -- the ability to add new variants to a datatype without changing the existing code.
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Haskell IO Inside
 
</em>. Bulat Ziganshin
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/13409 wrote] a new introductory tutorial to IO in Haskell, [http://haskell.org/haskellwiki/IO_inside Down the Rabbit's Hole].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Bytecode API 0.2
 
</em>. Robert Dockins
 
[http://article.gmane.org/gmane.comp.lang.haskell.yhc/146 published] the Yhc Bytecode API version 0.2. More details [http://www.eecs.tufts.edu/~rdocki01/yhc-bytecode.html here].
 
</p>
 
</li>
 
 
<li>
 
<p>
 
<em>
 
Translating Haskell into English
 
</em>. Shannon Behrens
 
[http://www.linuxjournal.com/article/9096 published] a new Haskell tutorial, hoping to give readers a glimpse of the Zen of Haskell, without requiring that they already be Haskell converts.
 
</p>
 
</li>
 
</ul>
 
 
[[Old news|More news]]
 

Revision as of 21:33, 21 January 2015

Recent Package Updates mHvNV.png Rss16.png

See here