sasagawa888 / eisl

ISLisp interpreter/compiler
Other
267 stars 22 forks source link

`finish-output` fails when called on `(standard-output)`. #304

Closed arvyy closed 6 months ago

arvyy commented 6 months ago
(finish-output (standard-output))
;; => Not an output stream at FINISH-OUTPUT <stream standard-output>
sasagawa888 commented 6 months ago

Fixed it. Thank you.