-
Notifications
You must be signed in to change notification settings - Fork 28
Home
Transient is a revolutionary way to do almost everything and making it easy: from console to Web programming to Distributed Computing to parallel and concurrent programming and do it with the less effort and with less code. Promised.
Scared by the complexity of the Haskell language? Don't worry. Transient is made to make you productive from the beginning, since it does things for you. Anyone with a little knowledge of Haskell can use it. See the Tutorial:
Slides of the transient talk at Lambda.Word 2016
| 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