Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to static & application examples using static? #253

Open
robstewart57 opened this issue Sep 30, 2015 · 1 comment
Open

Port to static & application examples using static? #253

robstewart57 opened this issue Sep 30, 2015 · 1 comment

Comments

@robstewart57
Copy link

Hi,

In the YouTube talk "ZuriHac 2015 - Distributed Programming in Haskell" here given on the 27th July 2015, @mboes points out that porting distributed-haskell to the static support n ghc-7.10 was not far away. Has this port to static taken place? Moreover, the application example in the penultimate slide is based on mkClosure. Are there any application examples on github, that makes use of static rather than mkClosure ? Thanks!

@qnikst
Copy link
Contributor

qnikst commented Sep 30, 2015

There is https://github.com/tweag/distributed-closure project that could be used instead of distributed static. And branches like master...tweag:static-pointers-qn however not all the code was moved to distributed-closure, so there were no example program using static.

Main problem with moving to statis is that it either rises lower dependency to ghc-7.10 or require to make static values polymorphic over underlying representation. And either of those prices is too high. As far as I understand we could update code I mentioned above and prepare a version using static values when we will have time frame to do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants