Difference between revisions of "Template:Main/News"

From HaskellWiki
Jump to navigation Jump to search
(This week's news)
Line 1: Line 1:
''2007-05-07''
+
''2007-07-23''
   
<ul><li><p><em>Atom: Hardware Description in Haskell</em>. Tom Hawkins
+
<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>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15209 announced] the release of [http://www.funhdl.org/ Atom], a high-level hardware description language embedded in Haskell, compiles conditional term rewriting systems into conventional HDL.</p></li>
 
 
 
<li><p><em>The Monad.Reader: Issue 7</em>. Wouter Swierstra
+
<li><p><em>Haskell Program Coverage 0.4</em>. Andy Gill
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/22038 announced] the latest issue of [http://www.haskell.org/haskellwiki/The_Monad.Reader The Monad.Reader]. The Monad.Reader is a quarterly magazine about functional programming. It is less-formal than journal, but somehow more enduring than a wiki page or blog post.</p></li>
+
[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>HDBC: Haskell Database Connectivity</em>. John Goerzen
+
<li><p><em>Uniplate 1.0</em>. Neil Mitchell
[http://article.gmane.org/gmane.comp.lang.haskell.general/15227 announced] that [http://software.complete.org/hdbc HDBC] 1.1.2 is now released. HDBC provides an abstraction layer between Haskell programs and SQL relational databases. This lets you write database code once, in Haskell, and have it work with any number of backend SQL databases.</p></li>
+
[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>FileManip: Expressive Filesystem Manipulation</em>. Bryan O'Sullivan
+
<li><p><em>Atom: Hardware description in Haskell</em>. Tom Hawkins
[http://article.gmane.org/gmane.comp.lang.haskell.cafe/22090 announced] the [http://hackage.haskell.org/cgi-bin/hackage-scripts/package/FileManip-0.1 FileManip] package provides expressive functions and combinators for searching, matching, and manipulating files.</p></li>
+
[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>photoname: manipulate photos using EXIF data</em>. Dino Morelli
+
<li><p><em>Catch</em>. Neil Mitchell
[http://article.gmane.org/gmane.comp.lang.haskell.general/15187 announced] the release of [http://ui3.info/d/proj/photoname.html photoname], a command-line utility for renaming and moving photo image files. The new folder location and naming are determined by two things: the photo shoot date information contained within the file's EXIF tags and the usually-camera-assigned serial number, often appearing in the filename.</p></li>
+
[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>RSA-Haskell: Command-line Cryptography</em>. David Sankel
+
<li><p><em>Haskell Communities and Activities Report</em>. Andres Loeh
[http://article.gmane.org/gmane.comp.lang.haskell.general/15207 announced] the release of [http://www.netsuperbrain.com/rsa-haskell.html RSA-Haskell], a collection of command-line cryptography tools and a cryptography library written in Haskell. It is intended to be useful to anyone who wants to secure files or communications or who wants to incorporate cryptography in their Haskell application.</p></li>
+
[http://article.gmane.org/gmane.comp.lang.haskell.general/15302 announced] that the Haskell Communities and Activities Report is now available, covering the increasingly diverse groups, projects and individuals working on, with, or inspired by Haskell.</p></li>
 
 
<li><p><em>Haskell modes for Vim</em>. Claus Reinke
+
<li><p><em>The Reduceron</em>. Matthew Naylor
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/15301 announced] the Reduceron, a processor for executing Haskell programs on FPGA with the aim of exploring how custom architectural features can improve the speed in which Haskell functions are evaluated. Being described entirely in Haskell (using Lava), the Reduceron also serves as an interesting application of functional languages to the design of complex control circuits such as processors.</p></li>
[http://article.gmane.org/gmane.comp.lang.haskell.general/15180 summarised]
 
the various Haskell/Vim support currently available</p></li>
 
 
 
<li><p><em>French Translation of Gentle Introduction to H98</em>. The haskell-fr team
+
<li><p><em>Data.Derive</em>. Neil Mitchell
[http://article.gmane.org/gmane.comp.lang.haskell.general/15193 announced] a completed a [http://gorgonite.developpez.com/livres/traductions/haskell/gentle-haskell/ translation] into French of the 'Gentle Introduction to Haskell'.</p></li></ul>
+
[http://article.gmane.org/gmane.comp.lang.haskell.general/15292 announced] Data.Derive, a library and a tool for deriving instances for Haskell programs. It is designed to work with custom derivations, SYB and Template Haskell mechanisms. The tool requires GHC, but the generated code is portable to all compilers. We see this tool as a competitor to DrIFT.</p></li>
  +
  +
<li><p><em>Piffle, a packet filter language</em>. Jaap Weel
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/15290 announced] Piffle, a compiler for a packet filter language in Haskell: a good example of how Haskell can be used in an application domain (low level computer networking) where people tend to use C for everything, including writing compilers.</p></li>
  +
  +
<li><p><em>Towards a Programming Language Nirvana</em>. Simon Peyton-Jones
  +
[http://channel9.msdn.com/showpost.aspx?postid=326762 appears] on video, talking about the Haskell path to programming language Nirvana</p></li>
  +
  +
<li><p><em>Yi 0.2</em>. Jean-Philippe Bernardy
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/15260 announced] the 0.2.0 release of the Yi editor. Yi is a text editor written and extensible in Haskell. The goal of Yi is to provide a flexible, powerful and correct editor core dynamically scriptable in Haskell. Yi si also a Haskell interpreter, very much like emacs is a Lisp interpreter, this makes really easy to dynamically hack, experiment and modify Yi. All tools and goodies written in haskell are also readily available from the editor. This is implemented by binding to the GHC API.</p></li>
  +
  +
<li><p><em>Foreign.AppleScript</em>. Wouter Swierstra
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/15246 announced] a library for compiling and executing AppleScript from Haskell. AppleScript is a scripting language available on all modern Apple computers. It can be used to script most applications on running on MacOS X.</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>Harpy</em>. Dirk Kleeblatt
  +
[http://article.gmane.org/gmane.comp.lang.haskell.general/15237 announced] Harpy, a library for run-time code generation of x86 machine code. It provides not only a low level interface to code generation operations, but also a convenient domain specific language for machine code fragments, a collection of code generation combinators and a disassembler. [http://haskell.org/haskellwiki/Blog_articles/EDSLs Lennart Augustsson] has written a series of articles demonstrating its use for fast EDSLs.</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]]
 
[[Old news|More news]]

Revision as of 04:07, 23 July 2007

2007-07-23

  • Learn Haskell in 10 minutes. Chris Smith prepared a new tutorial on the basics of Haskell

  • Haskell Program Coverage 0.4. Andy Gill 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.

  • Uniplate 1.0. Neil Mitchell 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).

  • Atom: Hardware description in Haskell. Tom Hawkins announced Atom, a high-level hardware description language embedded in Haskell that compiles conditional term rewriting systems into conventional HDL.

  • Catch. Neil Mitchell 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!

  • Haskell Communities and Activities Report. Andres Loeh announced that the Haskell Communities and Activities Report is now available, covering the increasingly diverse groups, projects and individuals working on, with, or inspired by Haskell.

  • The Reduceron. Matthew Naylor announced the Reduceron, a processor for executing Haskell programs on FPGA with the aim of exploring how custom architectural features can improve the speed in which Haskell functions are evaluated. Being described entirely in Haskell (using Lava), the Reduceron also serves as an interesting application of functional languages to the design of complex control circuits such as processors.

  • Data.Derive. Neil Mitchell announced Data.Derive, a library and a tool for deriving instances for Haskell programs. It is designed to work with custom derivations, SYB and Template Haskell mechanisms. The tool requires GHC, but the generated code is portable to all compilers. We see this tool as a competitor to DrIFT.

  • Piffle, a packet filter language. Jaap Weel announced Piffle, a compiler for a packet filter language in Haskell: a good example of how Haskell can be used in an application domain (low level computer networking) where people tend to use C for everything, including writing compilers.

  • Towards a Programming Language Nirvana. Simon Peyton-Jones appears on video, talking about the Haskell path to programming language Nirvana

  • Yi 0.2. Jean-Philippe Bernardy announced the 0.2.0 release of the Yi editor. Yi is a text editor written and extensible in Haskell. The goal of Yi is to provide a flexible, powerful and correct editor core dynamically scriptable in Haskell. Yi si also a Haskell interpreter, very much like emacs is a Lisp interpreter, this makes really easy to dynamically hack, experiment and modify Yi. All tools and goodies written in haskell are also readily available from the editor. This is implemented by binding to the GHC API.

  • Foreign.AppleScript. Wouter Swierstra announced a library for compiling and executing AppleScript from Haskell. AppleScript is a scripting language available on all modern Apple computers. It can be used to script most applications on running on MacOS X.

  • Asterisk Gateway Interface. Jeremy Shaw uploaded a simple AGI interface to hackage. For more about Asterix, see here.

  • Harpy. Dirk Kleeblatt announced Harpy, a library for run-time code generation of x86 machine code. It provides not only a low level interface to code generation operations, but also a convenient domain specific language for machine code fragments, a collection of code generation combinators and a disassembler. Lennart Augustsson has written a series of articles demonstrating its use for fast EDSLs.

  • Yaml Reference. Gaal Yahas 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.

More news