eignnx / rellog

0 stars 0 forks source link

File IO Builtins #12

Open eignnx opened 9 months ago

eignnx commented 9 months ago
eignnx commented 8 months ago

I actually don't think passing around file handles or file descriptors is the best idea. Rust really doesn't like working with raw file descriptors or converting to them from ints.

I think a simpler design for now is to allow output redirection via a built-in like this: