tagged [haskell]
Haskell equivalent of C# 5 async/await
Haskell equivalent of C# 5 async/await I just read about the new way to handle asynchronous functions in C# 5.0 using the `await` and `async` keywords. Examle from the [C# reference on await](http://m...
- Modified
- 3 Dec at 09:44
Haskell typeclasses and C++ template classes
Haskell typeclasses and C++ template classes Is it possible to emulate the type class functionality of Haskell with C++ (or C#) templates? Does it make sense or is there any payoff in doing that? I wa...
- Modified
- 10 Dec at 16:53
strange behavior reading a file
strange behavior reading a file I am writing a program in Haskell here it is the code ``` module Main where import IO import Maybe import Control.Monad.Reader --il mio environment consiste in una list...
Speed comparison with Project Euler: C vs Python vs Erlang vs Haskell
Speed comparison with Project Euler: C vs Python vs Erlang vs Haskell I have taken [Problem #12](http://projecteuler.net/index.php?section=problems&id=12) from [Project Euler](http://projecteuler.net/...
- Modified
- 20 Dec at 01:32
Please confirm or correct my "English interpretation" of this Haskell code snippet
Please confirm or correct my "English interpretation" of this Haskell code snippet I'm a C# developer who is working through ["Real World Haskell"](http://book.realworldhaskell.org/) in order to truly...
- Modified
- 17 Aug at 18:44
Questions on a Haskell -> C# conversion
Questions on a Haskell -> C# conversion ### Background: I was "dragged" into seeing this question: [Fibonacci's Closed-form expression in Haskell](https://stackoverflow.com/questions/6037719/fibonacci...
- Modified
- 23 May at 11:44