mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Define current-output-port without extra lambda lvl
This commit is contained in:
parent
7905d9b181
commit
a1898f20ab
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@
|
|||
converter)
|
||||
(else
|
||||
(error "bad parameter syntax"))))))
|
||||
(define (current-output-port)
|
||||
(define current-output-port
|
||||
(make-parameter 'TODO-Cyc-stdout)) ;; TODO: need to expose stdout as a port obj
|
||||
(define (error msg . args)
|
||||
(raise (cons msg args)))
|
||||
|
|
Loading…
Add table
Reference in a new issue