This website requires JavaScript.
Explore
Help
Register
Sign In
conservatory
/
ikarus
Watch
4
Star
0
Fork
You've already forked ikarus
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
c464e8ebce
ikarus
/
scheme
/
last-revision
2 lines
5 B
Plaintext
Raw
Normal View
History
Unescape
Escape
- open-file-output-port now understands "none" as a buffer-mode. Previously, all output ports were unbuffered. - the console error port is made unbuffered. The following program: (begin (write-char #\a (current-output-port)) (write-char #\b (current-error-port)) (write-char #\c (current-output-port))) now prints "bac" when run from the repl, when it used to only print "ac" (the b just sat in the error port).
2008-10-18 17:01:57 -04:00
1635