-
Notifications
You must be signed in to change notification settings - Fork 5
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
related work #7
Comments
Here’s a couple more: |
thanks for sharing. wow, each looks quite advanced already. |
One awesome feature that is only present in scala-workflow (AFAIK) is the ability to use the least interface required. E.g. Might be worthwhile to resurrect scala-workflow by replacing untyped macros with a postfix |
could you make this a separate issue? Worth thinking about. Thx! |
We are definitely planning to add more optimizations of similar nature to this library but details of how are yet to be determined |
I'm not sure what the generic name is for the programming concept of a scope that is suspendable for extraction and injection of values from an outside context. But here's a piece of related work, which eschews category-theoretic thinking: http://blog.paralleluniverse.co/2015/08/07/scoped-continuations/. |
Interesting paper reference I got at the NYC Haskell meetup https://www.cs.umd.edu/~mwh/papers/swamy11monad.html Lightweight Monadic Programming in ML - UMD Department of Computer Science The talk was a out co effects which was very interesting and quite relevant this this as well http://tomasp.net/coeffects/ |
Ha, looks like other people had similar ideas in the past: https://www.google.com/url?sa=t&source=web&rct=j&url=http://www.cl.cam.ac.uk/~dao29/drafts/codo-notation-orchard12.pdf&ved=0CB8QFjABahUKEwiqlr_xk-3IAhXGpB4KHfABDxY&usg=AFQjCNGgNwAa-zP749_cJ8btZS41MS_pEQ&sig2=m7OAfEFQf4CmFPwUa_UjLQ
The text was updated successfully, but these errors were encountered: