miniblog.
← Back to all posts
Wilfred Hughes
Apr 22, 2024 at 07:19
It's weird how even pure languages tend to treat the Unix execution model as ambient state. Are there any PLs that define a main function like this? fn main(args, stdin, stdout, env) -> exit code