From 21c2f56ceac1e9445ee7cc8e15786e9521a40b9b Mon Sep 17 00:00:00 2001 From: Chris Barker Date: Sat, 18 Dec 2010 14:17:42 -0500 Subject: [PATCH] edits --- assignment10.mdwn | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/assignment10.mdwn b/assignment10.mdwn index ec3b8c14..8f52ca20 100644 --- a/assignment10.mdwn +++ b/assignment10.mdwn @@ -112,12 +112,10 @@ (insert-co new before after (cdr lst) (lambda (new-lst lefts rights) ________)))))) -6. Go back to the "abSd" problem we presented in [[From List -Zippers to Continuations]]. Consider the "tc" solution which uses +6. Go back to the "abSd" problem we presented in [[From List Zippers to Continuations]]. Consider the "tc" solution which uses explicitly passed continuations. Try to reimplement this using reset and shift instead of having an explicit `k` argument. This will likely -be challenging but rewarding. The notes on [[CPS and Continuation -Operators]], especially the examples at the end, should be helpful. We +be challenging but rewarding. The notes on [[CPS and Continuation Operators]], especially the examples at the end, should be helpful. We are of course also glad to help you out. Consider adding a special symbol `'#'` (pronounced 'prompt') to the -- 2.11.0