Would this collapse to just using matrix library bindings? I.e.
lapack, fftw, blas...

I'd use, e.g.,

    http://hackage.haskell.org/cgi-bin/hackage-scripts/package/hmatrix
    http://hackage.haskell.org/cgi-bin/hackage-scripts/package/fft

Another idea for a code-off, that we did up here in Portland, is to
parallelise the shootout entries for your favourite language,

    http://shootout.alioth.debian.org/u64q/benchmark.php?test=all&lang=all

Love Erlang, parallelise some of its entries for SMP...
It's a lot of fun, and you learn about some of the real world issues of
multicore paralleism in your $language, and about how much fun it is
porting non-parallel code to multicore.

-- Don
    
sriram.durbha:
>    I suggest the following problems:
> 
>    I.
>    1. Matrix operations. 
>    2. Other Numerical Algos
> 
>    Bonus points if it is all packaged in a neat API that one can use.
> 
>    Lots of test cases can be found at  [1]http://math.nist.gov/MatrixMarket/
> 
>    II.
> 
>     Date Time operations / Calendar module.
> 
>    cheers
>    Ram
> 
>    On Tue, Sep 23, 2008 at 4:33 PM, Marshall Beddoe <mbeddoe
> 
>    @[2]gmail.com> wrote:
> 
>      Hi,
> 
>      Since we have a truly diverse group of people on this list who have an
>      interest in multiple functional programming languages, I think it would
>      be fun if we had an activity we could all participate in.  I think it
>      would be both fun and insightful if we could all agree on some piece of
>      functionality and each of us implemented it in our functional language
>      of choice.  I'm not interested in re-creating the computer language
>      shootout, but instead get some real code written that does some real
>      things.  From there we can have a conversation about what the strengths
>      as well as the challenges we faced during implementation. 
> 
>      As for what to implement, I'm open to ideas.  We could do something log
>      processing related similar to the wide finder, as I am very interested
>      in high performance functional code, or something completely different. 
> 
>      Would anyone be interested in participating? We could end up having a
>      bayfp where we present the results and have the discussion. 
> 
>      -Marshall
> 
>    > 
> References
> 
>    Visible links
>    1. http://math.nist.gov/MatrixMarket/
>    2. http://gmail.com/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to "Bay Area Functional 
Programmers"  
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/bayfp?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to