[Haskell-cafe] Any interested authors?

2007-03-04 Thread Antonio Cangiano
Dave Thomas (from The Pragmatic Programmers, not from Wendy's :)) has announced an Erlang book (http://www.pragmaticprogrammer.com/titles/jaerlang/) in the Ruby mailing list. A few responses showed an interest in a similar book for Haskell. You can see the thread here: http://tinyurl.com/2ecpsn.

Re: [Haskell-cafe] Hi can u explain me how drop works in Haskell

2007-02-26 Thread Antonio Cangiano
On 2/26/07, Thomas Hartman [EMAIL PROTECTED] wrote: Here's my, probably very obvious, contribution. What I'd like feedback on is 1) code seem ok? (hope so!) Hi Thomas, tail [] raises an error, therefore your code will fail when n length xs ( e.g. mydrop 3 [1,2] will raise an exception,

Re: [Haskell-cafe] Hi can u explain me how drop works in Haskell

2007-02-25 Thread Antonio Cangiano
On 2/25/07, iliali16 [EMAIL PROTECTED] wrote: Hi I am trying to implement the function drop in haskell the thing is that I I have been trying for some time and I came up with this code where I am trying to do recursion: drop :: Integer - [Integer] - [Integer] drop 0 (x:xs) = (x:xs) drop n

Re: [Haskell-cafe] Compiling To C And Why Not Compiling To Java Or C#?

2006-08-05 Thread Antonio Cangiano
On 8/5/06, Piotr Kalinowski [EMAIL PROTECTED] wrote: Yes, yes. I'm simply not sure if making changes only to reach more and more people is good.These changes are good as long as they possibly add something valuable beside popularity and they don't introduce significant downsides. My point was that