zot / Leisure

Polyglot, document-based computing environment. Leisure is very much in flux, right now; please check the readme, below. For a taste of the new version, click the link below, but be warned that it only works in Chrome.
http://zot.github.io/Leisure/?load=elisp/README.org
Other
114 stars 8 forks source link

Allow monads to run asynchronously using a "send" function #71

Closed zot closed 11 years ago

zot commented 11 years ago

send value monad cont -- queue up a monad to run later, calling cont with the result; returns value

zot commented 11 years ago

Made this: withMonad value monad cont -- returns value and sends monad off to be run, calling cont with result