Re: [Haskell-cafe] good lightweight web-framework like sinatra?

2012-03-23 Thread Mark Wotton
On Fri, Mar 23, 2012 at 10:37 AM, Conrad Parker con...@metadecks.orgwrote: On 23 March 2012 04:55, Mark Wotton mwot...@gmail.com wrote: Try Miku. https://github.com/nfjinjing/miku some oddnesses around redefining (-) (I guess Jinjing Wang doesn't like the way $ looks?) but you don't

Re: [Haskell-cafe] Open-source projects for beginning Haskell students?

2012-03-23 Thread Heinrich Apfelmus
erik flister wrote: giving a real-time audio synthesizer in the style of functional reactive programming. you know about yampasynth right? Yes. In fact, their glue code was extremely helpful for understanding OpenAL. As for the FRP, I prefer a style without arrows, though, see my

Re: [Haskell-cafe] Open-source projects for beginning Haskell students?

2012-03-23 Thread Heinrich Apfelmus
Tom Murphy wrote: If you want to do Haskell audio synthesis, you could also use hsc3 (good start here: http://slavepianos.org/rd/ut/hsc3-texts/). With hsc3 you can start on serious audio synthesis with only a few lines of Haskell. In my opinion it could use a much larger community. While

Re: [Haskell-cafe] Open-source projects for beginning Haskell students?

2012-03-23 Thread Paul R
Chris * https://github.com/chrisdone/pgsql-simple The PostgreSQL library Chris that amelie uses, it's a raw tcp/ip socket interface to the server, Chris fairly trivial and yet interesting (to me) and useful. Needs more Chris authentication methods, and I have some opportunities for optimizing

Re: [Haskell-cafe] Open-source projects for beginning Haskell students?

2012-03-23 Thread Yves Parès
Plus yampa hasn't been maintained for more than 3 years, and I lacks documentation, which makes it a bad choice for beginners. I don't even know what is the future of that project... Le 23 mars 2012 09:22, Heinrich Apfelmus apfel...@quantentunnel.de a écrit : erik flister wrote: giving a

Re: [Haskell-cafe] Open-source projects for beginning Haskell students?

2012-03-23 Thread John Lato
From: Heinrich Apfelmus apfel...@quantentunnel.de Tom Murphy wrote:      If you want to do Haskell audio synthesis, you could also use hsc3 (good start here: http://slavepianos.org/rd/ut/hsc3-texts/). With hsc3 you can start on serious audio synthesis with only a few lines of Haskell. In my

Re: [Haskell-cafe] Open-source projects for beginning Haskell students?

2012-03-23 Thread Alp Mestanogullari
Hi Brent, Would scoutess [1] fit there? There still are *many* things to do in scoutess, and these things can be split up in pretty simple tasks. And when you say 4 weeks, you mean aside from the other courses they have I guess? [1] http://patch-tag.com/r/alpmestan/scoutess/wiki/ On Fri, Mar

Re: [Haskell-cafe] Un-memoization

2012-03-23 Thread Edward Kmett
It depends on how you are building the tree. If you are building up the tree from repeated substitution at the leaves and never reference its body before you do the final fold, you may be able to exploit the fact that trees form a free monad, and that there is a nice construction for increasing

Re: [Haskell-cafe] Mathematics and Statistics libraries

2012-03-23 Thread Gershom Bazerman
On 3/21/12 3:00 PM, Ryan Newton wrote: I think such libraries are high priority! My own experience with them is not deep, but I'll echo what I think is a common observation: * Matrix libraries are good * Statistics libs need more work I would also be very excited about a solid