summaryrefslogtreecommitdiffstats
path: root/final_project/cc-hash.scm
diff options
context:
space:
mode:
authorbnewbold <bnewbold@eta.mit.edu>2009-04-25 23:07:32 -0400
committerbnewbold <bnewbold@eta.mit.edu>2009-04-25 23:07:32 -0400
commitd2bddfe4ef53e2f96752090c9ba5c8c9ee973eed (patch)
tree389430d655f5bf35fbc746dd5af4b2a7b4ab2bb9 /final_project/cc-hash.scm
parentcd57e7c557d01f9d74e6849c6988b61d827d182a (diff)
download6.945-d2bddfe4ef53e2f96752090c9ba5c8c9ee973eed.tar.gz
6.945-d2bddfe4ef53e2f96752090c9ba5c8c9ee973eed.zip
project progress...
Diffstat (limited to 'final_project/cc-hash.scm')
-rw-r--r--final_project/cc-hash.scm9
1 files changed, 9 insertions, 0 deletions
diff --git a/final_project/cc-hash.scm b/final_project/cc-hash.scm
new file mode 100644
index 0000000..832f429
--- /dev/null
+++ b/final_project/cc-hash.scm
@@ -0,0 +1,9 @@
+
+
+(define (step)
+ (call-with-current-continuation
+ (lambda (c)
+ (set! step c)
+ c)))
+
+(step)