-
Notifications
You must be signed in to change notification settings - Fork 56
How to do console I/O? #5
Copy link
Copy link
Closed
Description
Lots of options here, focusing on writing:
- String based API
- Text based API
- Builder-based API
- Assume UTF8 everywhere
- Fancy logic to determine encoding to convert to
- Perhaps import the entire
saypackage - Maybe define a new
Displaytypeclass and/or helper functions to convert toBuilders - Apply similar principles to
RIO.Logger, or perhaps force all output via aRIO.LoggerAPI (probably a bad idea)
For reading: Builder is out, so it's basically guaranteed to be a Text-based API (no one wants String, right?). Big question is whether we assume UTF8 or guess character encoding (assuming the guessing).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels