Added TODO's

This commit is contained in:
Justin Ethier 2015-06-23 21:12:04 -04:00
parent 68fedae3ff
commit e4fd8b3387

View file

@ -2,6 +2,11 @@
(scheme file) (scheme file)
(scheme write)) (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 () ...) <port>)
; TODO: need to get this working in compiler, then try interpreter:
(with-output-to-file (with-output-to-file
"test.out" "test.out"
(lambda () (lambda ()