Re: [Scheme-reports] IO operations and random access

2013-03-22 Thread John Cowan
Paul Pereira scripsit: > I think that the bytevector IO operations, > > (read-bytevector! bytevector port start end) > (write-bytevector bytevector port start end) > > should be supplemented in the small language by random access > functions, like set-port-position!. It's simply too late for th

[Scheme-reports] IO operations and random access

2013-03-22 Thread Paul Pereira
I think that the bytevector IO operations, (read-bytevector! bytevector port start end) (write-bytevector bytevector port start end) should be supplemented in the small language by random access functions, like set-port-position!. I think this may be planned for the large language. Random access