[Haskell-cafe] ANNOUNCE: feldspar-language-0.2, feldspar-compiler-0.2

2010-03-16 Thread Emil Axelsson
We are happy to announce the new release of Feldspar and its compiler! http://feldspar.sourceforge.net/ Feldspar is an embedded domain-specific language for digital signal processing. It is developed as a joint project with Ericsson, ELTE university and Chalmers university. This is an

Re: [Haskell-cafe] ANNOUNCE: feldspar-language

2009-11-25 Thread Emil Axelsson
(In response to Tom Hawkins' posting of an IIR filter in Atom) We're still experimenting with how to best describe streaming computations with feedback in Feldspar. But for completeness, here one possible implementation of an IIR filter: iir :: forall m n o a . (NaturalT m, NaturalT n,

Fwd: [Haskell-cafe] ANNOUNCE: feldspar-language

2009-11-19 Thread Tom Hawkins
-- Forwarded message -- From: Tom Hawkins tomahawk...@gmail.com Date: Thu, Nov 19, 2009 at 9:31 PM Subject: Re: [Haskell-cafe] ANNOUNCE: feldspar-language To: Emil Axelsson e...@chalmers.se On Thu, Nov 19, 2009 at 5:58 PM, Emil Axelsson e...@chalmers.se wrote: Hi Tom, thanks

Re: [Haskell-cafe] ANNOUNCE: feldspar-language

2009-11-19 Thread Warren Henning
Interesting to see actual generated code. Is this like code generation systems for database applications where you stick stuff into string templates (e.g., a generator in Ruby on Rails), or is it actually compiling an embedded domain specific language? On Thu, Nov 19, 2009 at 6:55 PM, Tom

Re: [Haskell-cafe] ANNOUNCE: feldspar-language

2009-11-19 Thread Tom Hawkins
On Fri, Nov 20, 2009 at 4:14 AM, Warren Henning warren.henn...@gmail.com wrote: Interesting to see actual generated code. Is this like code generation systems for database applications where you stick stuff into string templates (e.g., a generator in Ruby on Rails), or is it actually

Re: [Haskell-cafe] ANNOUNCE: feldspar-language

2009-11-09 Thread Emil Axelsson
Tom Hawkins skrev: On Fri, Nov 6, 2009 at 6:28 AM, Emil Axelsson e...@chalmers.se wrote: I'm trying to get realtime signal processing with Haskell for long. I make progress, but slowly. Has Ericsson ever thought about using Haskell itself for signal processing? (But I think they already have

Re: [Haskell-cafe] ANNOUNCE: feldspar-language

2009-11-09 Thread Tom Hawkins
On Mon, Nov 9, 2009 at 10:09 AM, Emil Axelsson e...@chalmers.se wrote: Nice! One of our project members has been looking at Atom, not for numerical computations, but for real-time scheduling (which Feldspar should deal with eventually). What kind of code (in terms of efficiency) does the

Re: [Haskell-cafe] ANNOUNCE: feldspar-language

2009-11-05 Thread Henning Thielemann
On Tue, 3 Nov 2009, Warren Henning wrote: I see that section 4.1 of the user guide - http://feldspar.sourceforge.net/documents/language/FeldsparLanguage.html#htoc23 - includes an example involving autocorrelation. Does this mean I could use Feldspare to easily build my own Autotune program? I

Re: [Haskell-cafe] ANNOUNCE: feldspar-language

2009-11-05 Thread Henning Thielemann
On Wed, 4 Nov 2009, Emil Axelsson wrote: I'm happy to announce the first release of Feldspar, which is an embedded domain-specific language with associated code generator mainly targeting DSP algorithms. The language is developed in cooperation by Ericsson, Chalmers University and Eötvös

Re: [Haskell-cafe] ANNOUNCE: feldspar-language

2009-11-04 Thread Emil Axelsson
One thing I forgot to make clear in the announcement is that the language is still highly experimental, and some obvious things, such as complex numbers, are currently missing. So this first release should probably not be used for real applications. However, while I don't know how autotuning

Re: [Haskell-cafe] ANNOUNCE: feldspar-language

2009-11-04 Thread Warren Henning
On Wed, Nov 4, 2009 at 12:53 AM, Emil Axelsson e...@chalmers.se wrote: I don't see why you shouldn't I don't know I'll take that as an unqualified yes. Shawty snappin'! Warren ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

[Haskell-cafe] ANNOUNCE: feldspar-language

2009-11-03 Thread Emil Axelsson
I'm happy to announce the first release of Feldspar, which is an embedded domain-specific language with associated code generator mainly targeting DSP algorithms. The language is developed in cooperation by Ericsson, Chalmers University and Eötvös Loránd University. Feldspar stands for

Re: [Haskell-cafe] ANNOUNCE: feldspar-language

2009-11-03 Thread Warren Henning
I see that section 4.1 of the user guide - http://feldspar.sourceforge.net/documents/language/FeldsparLanguage.html#htoc23 - includes an example involving autocorrelation. Does this mean I could use Feldspare to easily build my own Autotune program? I love T-Pain and Autotune the News! Warren