Define current-output-port without extra lambda lvl

This commit is contained in:
Justin Ethier 2015-06-10 21:29:29 -04:00
parent 7905d9b181
commit a1898f20ab

View file

@ -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)))