mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 00:37:35 +02:00
Added TODO's
This commit is contained in:
parent
68fedae3ff
commit
e4fd8b3387
1 changed files with 5 additions and 0 deletions
|
@ -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 () ...) <port>)
|
||||
|
||||
; TODO: need to get this working in compiler, then try interpreter:
|
||||
(with-output-to-file
|
||||
"test.out"
|
||||
(lambda ()
|
||||
|
|
Loading…
Add table
Reference in a new issue