Can we get a version of Rust that swaps lifetimes and ownership for a GC and a JS-style event loop? I love the DX of the language, but I don't always need to squeeze out every microsecond of performance at the cost of fighting the borrow checker.
Then why are you using rust for these tasks?
https://ocaml.org/
https://gleam.run
Then why are you using rust for these tasks?