future -> futurists?????
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 27 Nov 2015 15:16:22 +0000 (09:16 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 27 Nov 2015 15:16:22 +0000 (09:16 -0600)
eightsync/agenda.scm

index 2d5bc8d19679286669305a43caa43b2b587cfa83..77bd63b5ccc0f6ec9f598a8edb2bcbfb22a8edf8 100644 (file)
@@ -436,6 +436,8 @@ Will produce (0 . 0) instead of a negative number, if needed."
 ;;; =================================
 
 ;; The future's in futures
+;; @@: ... kinda conflicts with ice-9 futures.  Should we rename
+;;   to "futurists"? :)
 
 (define (make-future call-first on-success on-fail on-error)
   ;; TODO: add error stuff here