How does the yin-yang puzzle work?
Understanding Scheme I think at least half of the problem with understanding this puzzle is the Scheme syntax, which most are not familiar with. First of all, I personally find the call/cc x to be harder to comprehend than the equivalent alternative, x get/cc. It still calls x, passing it the current continuation, but somehow … Read more