Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
だから私は最初に lua でコルーチンの概念に出くわし、lua の実装は多かれ少なかれ理解できました..私は今スキームを学んでおり、同じ機能が call/cc で実装されていることを理解していますが、少し問題があります.これを達成するための正確な方法について頭を悩ませています。誰でも簡単なチュートリアルや主題に関する何かを知っていますか?
Matt Mightは、コルーチンに関するセクションを含む、継続についての優れた紹介を書いています。
http://matt.might.net/articles/programming-with-continuations--exceptions-backtracking-search-threads-generators-coroutines/