> Goose looks familiar like C or Rust, and is built on one idea: there is no heap So it looks like it restricts the memory management to 100% scope based. I expect that makes a lot of designs for programs not translate…
> Goose looks familiar like C or Rust, and is built on one idea: there is no heap So it looks like it restricts the memory management to 100% scope based. I expect that makes a lot of designs for programs not translate…