After reading about
open recursion one night I was
laying in my bed trying to get some sleep.
What I was thinking of was Web-development in Haskell.
Michael Snoyman put a lot of his time and effort into
Yesod framework.
Snap made it's way into
the haskell ecosystem.
I'm very close to Michael in his view of
main challenges
of Web-development.
(
Read more... )
Comments 5
I really don't get.
Reply
Reply
Oleg's paper trades one kind of tagging (constructor tags) for another one (class dictionary) to solve expression problem. And the second one is much more dynamic than the first.
Reply
The happstack-state approach seems nice because you do get to use almost any Haskell datatype (basically anything you could in theory write read/show instances for, so no functions, etc). And your queries can use the full expressive power of Haskell as well (they just have to be pure, ie. no IO monad stuff).
Reply
Reply
Leave a comment