Changes between Initial Version and Version 1 of implementation/components/streams
- Timestamp:
- 11/10/12 22:05:46 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
implementation/components/streams
v1 v1 1 == Notes on implementing CL:STREAM correctly == 2 3 Boot to CLOS via streams.lisp. 4 5 Optional load, as CLOS is expensive. 6 7 Possibly subclass AnsiStream.java, but this may not be necessary (inner static class of Stream.java?) 8 9 Follow design document to "thunk back up" to proper encoding, always, via restarts. 10 11 12