From 4356d372d11775099c7a0eeabf7bffdc1cd1c524 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 26 Aug 2015 22:41:15 -0400 Subject: [PATCH] Added TODO --- scheme/cyclone/util.sld | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scheme/cyclone/util.sld b/scheme/cyclone/util.sld index f942c879..a3afe9f3 100644 --- a/scheme/cyclone/util.sld +++ b/scheme/cyclone/util.sld @@ -126,6 +126,9 @@ ; TODO: ; ;; TODO: this is not good enough, need to take macro environment ; ;; into account + can pass useenv in to this guy (and compare as well), and possibly add renamed bindings to it. + would still need to modify expand (and eval?) to deal with those renames??? or maybe not, if only macros are affected?? + ; ((lambda (renames) ; (lambda (identifier) ; ((lambda (cell)