[Haskell] ANNOUNCE: feldspar 0.3

Emil Axelsson emax at chalmers.se
Sat Jul 17 02:21:29 EDT 2010


On behalf of the Feldspar team, I'm happy to announce a new release of 
the embedded language Feldspar and its C code generator:

   http://hackage.haskell.org/package/feldspar-language
   http://hackage.haskell.org/package/feldspar-compiler

The main changes in 0.3 are:

   * Signed/unsigned integers of different bit widths (8, 16 and 32).
   * Fixed-point numbers.
   * Slight change of the vector library interface: All intermediate
     vectors are guaranteed to be removed.
   * A new Stream data type.
   * Support for user-defined types.
   * Tracing functions.
   * Limited support for code generations for the TMS320C64x chip family.
   * Bugfixes.

For more information, see:

   http://feldspar.inf.elte.hu/feldspar/

/ Emil



More information about the Haskell mailing list