Difference between revisions of "Template:Main/News"

From HaskellWiki
Jump to navigation Jump to search
(and some of the old news for balance)
(use locally hosted image instead of imgur)
 
(512 intermediate revisions by 13 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>
''2007-08-07''
 
   
  +
<div style="font-size:80%">
<ul><li><p><em>OSCON Haskell Tutorial</em>. Simon Peyton-Jones
 
  +
See [https://hackage.haskell.org/packages/recent here]
Appeared at the O'Reilly Open Source Convention (OSCON) in Portland, delivering a range of talks, including [http://conferences.oreillynet.com/cs/os2007/view/e_sess/14016 A Taste of Haskell], [http://conferences.oreillynet.com/cs/os2007/view/e_sess/14773 A Keynote on Functional Languages], [http://conferences.oreillynet.com/cs/os2007/view/e_sess/14014 Nested Data Parallelism] and [http://conferences.oreillynet.com/cs/os2007/view/e_sess/14017 Transactional Memory for Concurrent Programming]. Videos are available for most of these talks: [http://blip.tv/file/324976 A Taste of Haskell: Part 1], [http://www.blip.tv/file/325646/ A Taste of Haskell: Part 2], [http://conferences.oreillynet.com/presentations/os2007/os_peytonjones.pdf slides for A Taste of Haskell], [http://www.blip.tv/file/317758/ Transactional Memory for Concurrent Programming] and [http://video.google.co.uk/videoplay?docid=370317485066035666 the NDP talk] at the London Hugs meeting.</p></li>
 
  +
</div>
 
<li><p><em>hpodder 1.0</em>. John Goerzen
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15452 announced] version 1.0.0 of hpodder, the command-line podcatcher (podcast downloader) that just happens to be written in everyone's favorite language. You can get it [http://software.complete.org/hpodder here]. Version 1.0.0 sports a new mechanism for detecting and disabling feeds or episodes that repeatedly result in errors, updates to the Sqlite database schema, and several bugfixes.</p></li>
 
 
<li><p><em>encoding-0.1</em>. Henning Gnther
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15481 announced] the release of 'encoding', a Haskell library to cope with many character encodings found on modern computers. At the moment it supports (much more is planned): ASCII, UTF-8, -16, -32, ISO 8859-* (alias latin-*), CP125* (windows codepages), KOI8-R, Bootstring (base for punycode)</p></li>
 
 
<li><p><em>Dimensional 0.6: Statically checked physical dimensions</em>. Bjrn Buckwalter
 
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/26944 announced] a library providing data types for performing arithmetic with physical quantities and units. Information about the physical dimensions of the quantities/units is embedded in their types and the validity of operations is verified by the type checker at compile time. The boxing and unboxing of numerical values as quantities is done by multiplication and division with units.</p></li></ul>
 
 
''2007-07-23''
 
 
<ul><li><p><em>Learn Haskell in 10 minutes</em>. Chris Smith
 
[http://haskell.org/haskellwiki/Learn_Haskell_in_10_minutes prepared] a new tutorial on the basics of Haskell</p></li>
 
 
<li><p><em>Haskell Program Coverage 0.4</em>. Andy Gill
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15381 announced] release 0.4 of Hpc, a tool for Haskell developers. Hpc is a tool-kit to record and display Haskell Program Coverage. Hpc includes tools that instrument Haskell programs to record program coverage, run instrumented programs, and display the coverage information obtained.</p></li>
 
 
<li><p><em>Uniplate 1.0</em>. Neil Mitchell
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15366 announced] Uniplate (formerly known as Play), a library for boilerplate removal requiring only Haskell 98 (for normal use) and optionally multi-parameter type classes (for more advanced features).</p></li>
 
 
<li><p><em>Atom: Hardware description in Haskell</em>. Tom Hawkins
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15341 announced] Atom, a high-level hardware description language embedded in Haskell that compiles conditional term rewriting systems into conventional HDL.</p></li>
 
 
<li><p><em>Catch</em>. Neil Mitchell
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15334 announced] a pattern-match checker for Haskell, named Catch. Do you sometimes encounter the dreaded 'pattern match failure: head' message? Do you have incomplete patterns which sometimes fail? Do you have incomplete patterns which you know don't fail, but still get compiler warnings about them? Would you like to statically ensure the absence of all calls to error? This is what Catch helps ... catch!</p></li>
 
 
<li><p><em>Asterisk Gateway Interface</em>. Jeremy Shaw
 
[http://article.gmane.org/gmane.comp.lang.haskell.general/15245 uploaded] a simple AGI interface to [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/AGI hackage]. For more about Asterix, see [http://www.voip-info.org/wiki-Asterisk+AGI here].</p></li>
 
 
<li><p><em>Yaml Reference</em>. Gaal Yahas
 
[http://ben-kiki.org/oren/YamlReference/ announced] a Haskell (Cabal) package containing the YAML spec productions wrapped in Haskell magic to convert them to an executable parser. The parser is streaming. It isn't intended to serve as a basis for a YAML tool chain; instead it is meant to serve as a reference implementation of the spec.</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