-
See https://groups.google.com/forum/#!topic/parallel-haskell/Hr6vkpz3FB4 for background info.
The heart of this topic seems to be a question as to whether we should distinguish between Haskell in t…
-
_From @edsko on October 23, 2012 13:59_
so that we have multiple independent Cloud Haskell applications running on the same network.
_Copied from original issue: haskell-distributed/distributed-proc…
mboes updated
2 months ago
-
**Is your feature request related to a problem? Please describe.**
Yes. I have a project that uses very little in the way of built-ins. It's largely types with generic parameters like `FingerTree v a…
-
Hi, I am looking a bit more deeply into Haskell serialisation frameworks and am trying to understand the differences between this library and `Data.Binary`. So far I understand the following:
cborg…
-
I have in mind something like
``` mermaid
graph TD;
DX["Developer"] --> IDE
subgraph IDE
L4P("L4 'Program'")
Infra
end
subgraph Application
appServer["application API server"]
Roya…
-
Now that there are proper static pointers in ghc, is the remotetable necessary, or can it just be eliminated?
gbaz updated
2 months ago
-
[Imported from JIRA. Reported by Edsko de Vries @edsko) as [NTTCP-2](https://cloud-haskell.atlassian.net/browse/NTTCP-2) on 2012-09-24 11:35:00]
Suppose A and B are connected, but the connection brea…
-
Cf screenshot, and http://www.programming-idioms.org/idiom/89/handle-invalid-argument/1789/haskell
-
Folks whom I've assigned this to - I'm just looking for feedback and suggestions as to where I can look in the code to potentially fix this issue. I know you're all off doing other things!
Perhaps…
-
I wrote some demo's with Cloud Haskell, I'll attach them here, they might interest you as easier to understand examples for the examples/ folder.
https://gist.github.com/1240068
https://gist.github.…