From ec22b5b3398c107215b6303ec63dbadb8f77ac76 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 19 Nov 2015 12:17:38 -0600 Subject: [PATCH] A note to self that we probably want to wrap procedures with an intent to run --- loopy.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/loopy.scm b/loopy.scm index d878601..261e14d 100644 --- a/loopy.scm +++ b/loopy.scm @@ -283,6 +283,8 @@ based on the results" (enq! next-queue new-proc)))) ;; @@: We might support delay-wrapped procedures here (match proc-result + ;; TODO: replace procedure with something that indicates + ;; intent to run. Use a (run foo) procedure ((? procedure? new-proc) (enqueue new-proc)) (((? procedure? new-procs) ...) -- 2.31.1