Skip to content
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

Move RenderSystem from Arrows to Monads #55

Open
MaxDaten opened this issue Feb 6, 2015 · 0 comments
Open

Move RenderSystem from Arrows to Monads #55

MaxDaten opened this issue Feb 6, 2015 · 0 comments
Labels

Comments

@MaxDaten
Copy link
Owner

MaxDaten commented Feb 6, 2015

Arrows are sometimes too restricted. Monads allow better high order usage with sequence, traverse, fold and other recursive functions. local isolated states are becoming obsolete and tends to be to complicated (ArrowMonad and ArrowApply are nasty to implement and damn slow)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant