有人使用定界延续在 Haskell 中进行 Web 开发吗?
是否有人在 Haskell 开发(特别是 Web 开发)中使用分隔延续?我发现这个主题很有趣,我需要一些比我一直在学习的内容更容易理解的东西。
以下是我迄今为止找到的资源:
谢谢!
-迪奇
Is anyone using delimited continuations for Haskell development, specifically web development? I find the topic fascinating I need something more accessible than what I've been studying.
Here are the resources I've found so far:
- Shift To Control
- The Haskell Wiki Page on Delimited Continuations
- A Monadic Framework for Delimited Continuations
- The Delimited Continuations topic on Oleg's page
Thanks!
-deech
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我所知道的关于 Web 服务器和分隔延续等的最巧妙的东西就在 Racket 中——请参阅 Jay A. McCarthy 的这些论文:
http://faculty.cs.byu.edu/~jay/static/oopsla026-mccarthy.pdf
http://faculty.cs.byu.edu/~jay/static/icfp065-mccarthy.pdf
The neatest stuff that I know of regarding web servers and delimited continuations and such is going on in Racket -- see these papers from Jay A. McCarthy:
http://faculty.cs.byu.edu/~jay/static/oopsla026-mccarthy.pdf
http://faculty.cs.byu.edu/~jay/static/icfp065-mccarthy.pdf
不,我不这么认为。我不知道 Haskell 在这方面有任何工作,并且 Hackage 使用 CC 没有显示任何与网络相关的内容-delcont。
你正在开辟新天地。
No, I don't think so. I'm not aware of any work in Haskell on this, and Hackage shows up nothing web-related using CC-delcont.
You're breaking new ground.
谷歌搜索“部分延续”会产生更有希望的结果:
部分延续:
[1] http://www.bluishcoder.co.nz/articles/scheme/partial-continuations.html
[2] http://blog.fitzell.ca/2009/01/seaside-partial -continuations.html
[3] http://www.scribd.com/doc/39773630 /ScalaFlow-基于连续性的 Scala 中的数据流
[4] http://www.artima.com/lejava/articles/continuations.html
Googling "partial continuations" yields more promising results:
Partial continuations in:
[1] http://www.bluishcoder.co.nz/articles/scheme/partial-continuations.html
[2] http://blog.fitzell.ca/2009/01/seaside-partial-continuations.html
[3] http://www.scribd.com/doc/39773630/ScalaFlow-Continuation-based-Data-Flow-in-Scala
[4] http://www.artima.com/lejava/articles/continuations.html