From e4fd8b33870bec821137b57b2c5500f08fe3956e Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 23 Jun 2015 21:12:04 -0400 Subject: [PATCH] Added TODO's --- test2.scm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test2.scm b/test2.scm index ba3e1c8f..382799d5 100644 --- a/test2.scm +++ b/test2.scm @@ -2,6 +2,11 @@ (scheme file) (scheme write)) +; TODO: I think this compiles OK (test), but interpreter does not like it: +;cyclone> ( call-with-output-file "test.txt" (lambda () #f)) +;Error: Unable to evaluate: ((procedure () ...) ) + +; TODO: need to get this working in compiler, then try interpreter: (with-output-to-file "test.out" (lambda ()