[oh, I see you really -do- mean “read the whole file into a string”]
This might make sense to put in a bolt-on library, but why would one put it in the core?
- it’s trivial to implement with really_input, a fixed-size read buffer, and the Buffer module.
- for anybody who doesn’t know what they’re doing, it’s a loaded gun lying around.
- For anybody who does know what they’re doing, see #1.