From d3e639f897aefb1c992e1864a9fc1aade31298d7 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 20 Sep 2023 09:32:26 +0100 Subject: ccwl: Add TODO to support commands in lexical scope. * ccwl/ccwl.scm (function-object): Add TODO note to support commands (that is, function objects) defined in lexical scope. --- ccwl/ccwl.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/ccwl/ccwl.scm b/ccwl/ccwl.scm index 17cf27c..f380485 100644 --- a/ccwl/ccwl.scm +++ b/ccwl/ccwl.scm @@ -406,6 +406,7 @@ object or a object." "Return the ccwl function object (a or a object) described by syntax X. If such a ccwl function is not defined, return #f." + ;; TODO: What if function object is defined in lexical scope? (let ((var (module-variable (current-module) (syntax->datum x)))) (and var -- cgit v1.2.3