-
Notifications
You must be signed in to change notification settings - Fork 28
Home
Alberto edited this page Aug 23, 2016
·
27 revisions
Transient is a revolutionary way to do almost everything: from Web programming to Distributed Computing to parallel and concurrent programming that anyone with a little knowledge of Haskell can use. See the Tutorial:
| Intro
| How-to
| Backtracking to undo IO actions and more
| Finalization: better than exceptions
| Event variables: Publish Suscribe
| Checkpoints(New), suspend and restore
| Remote execution: The Cloud monad
| Clustering: programming the cloud
| Mailboxes for cloud communications
| Distributed computing: map-reduce