The latest version of distributed-static is 0.3.11-1.

distributed-static

Version 0.2.0.0 revision 0 uploaded by EdskoDeVries.

Package meta

Synopsis
Compositional, type-safe, polymorphic static values and closures
Description

Towards Haskell in the Cloud (Epstein et al, Haskell Symposium 2011) introduces the concept of static values: values that are known at compile time. In a distributed setting where all nodes are running the same executable, static values can be serialized simply by transmitting a code pointer to the value. This however requires special compiler support, which is not yet available in ghc. We can mimick the behaviour by keeping an explicit mapping (RemoteTable) from labels to values (and making sure that all distributed nodes are using the same RemoteTable). In this module we implement this mimickry and various extensions: type safety (including for polymorphic static values) and compositionality.

Author
Edsko de Vries
Bug reports
n/a
Category
Control
Copyright
Well-Typed LLP
Homepage
http://www.github.com/haskell-distributed/distributed-process
Maintainer
edsko@well-typed.com
Package URL
n/a
Stability
n/a

Components