From a1898f20ab346d3eda45ca3006a2a5eedc394253 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 10 Jun 2015 21:29:29 -0400 Subject: [PATCH] Define current-output-port without extra lambda lvl --- scheme/base.sld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheme/base.sld b/scheme/base.sld index 1cdf4149..449d0905 100644 --- a/scheme/base.sld +++ b/scheme/base.sld @@ -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)))