关于具体化的问题
我正在阅读博客文章 Continuations,它描述了重置块是如何具体化的。有人能制定具体化的确切规则吗?
I am reading a blog post about continuations, which describes how the reset
block is reified. Can anybody formulate the exact rule of that reification?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Tiark Rompf、Ingo Maier、Martin Odersky 的链接论文包含许多 Scala 延续的示例,以及编译器插件的实现细节,
http://lamp.epfl.ch/~rompf/continuations-icfp09.pdf
The linked paper by Tiark Rompf, Ingo Maier, Martin Odersky contains many examples of Scala's continuations, as well as implementation details of the compiler plugin,
http://lamp.epfl.ch/~rompf/continuations-icfp09.pdf