英文:
Is it possible to do a call-cc in Go?
问题
在Google的新编程语言Go中是否可以实现Call-with-current-continuation?
英文:
Is it possible to do a Call-with-current-continuation in Google's new Language Go?
答案1
得分: 5
英文:
According to one of the go contributors, <a href="http://groups.google.com/group/golang-nuts/browse_thread/thread/acc8d4c20d050d6a/dd3ff3417873672">no</a> it's not possible.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论