Implement binary I/O ports.
authorChris Hanson <org/chris-hanson/cph>
Wed, 11 Jan 2017 01:18:43 +0000 (17:18 -0800)
committerChris Hanson <org/chris-hanson/cph>
Wed, 11 Jan 2017 01:18:43 +0000 (17:18 -0800)
commit2a852795fab59adc34a54e04ddd3c4f63aa98eb6
tree8f3df9fec0fb710fc9384f023af7956d2b8ed32a
parent98bf6d7e8eff54e375146ddc31c582052573ef27
Implement binary I/O ports.

Tests to follow.
Existing ports are all "textual" ports according to R7RS, so some naming needs
to be shuffled around, as well as integration between the two.
src/runtime/binary-port.scm [new file with mode: 0644]
src/runtime/make.scm
src/runtime/runtime.pkg