|
|
|
|
|
by t-crayford
5258 days ago
|
|
Spelling corrections, noted as I read: "point of vue" -> point of view "shell command are executed" -> "shell commands are executed" "benchmark are here" -> "the benchmarks are here" Also, heroku works just fine with haskell, as long as you compile a static binary on an ubuntu machine. I compile mine on virtual box (via way of vagrant), and have 3 haskell apps (none of them really production ready though) running on heroku right now. Lastly, I don't really think haskell is the right language for a lot of web programming. In haskell, you really want your logic to be as purely functional as possible, but that gets pretty hard to do for web apps that rely on external apis. |
|
When I said there is no heroku for Haskell it because it is not official. Furthermore, do you have to use a 64bit architecture when compiling (just curious)? I might try it myself.
And I even think that the argument against the number of Haskellers is in fact a force instead of a drawback. It filter passionate people.
By external APIs, you mean that it would be difficult to write a simple "connect to twitter/facebook" application? Could you tell us about any bad experience you had?