Charlie Barto

Results 96 comments of Charlie Barto

I'm going to be writing up an actual proposal for handling String going into 1.0. Here are my thoughts so far I'm fairly against making the default iteration order be...

> I think we should maybe add graphemes later on but I wouldn't bet on it especially now that extensions are becoming a possibility. I think we should go for...

My general feeling on this is that we should be using `posix_spawn` if possible. vfork is a very fiddly API.

I definitely think it's worth having a way to spawn subprocesses without going through the shell. The API in subprocess.mojo is quite bare at the moment.

> > This looks good aside from the allocation in `Pipe` (which honestly is minor, I can correct it while merging if you'd like). > > One annoyance is we...