@soc @fasterthanlime which language tried to abscond the “runtime machinery” if possible at compile time? Genuine question. I know at least one language without function colouring problem for async, but to my knowledge it always includes a runtime (golang)
tribaal@hachyderm.io
@tribaal@hachyderm.io
Posts
-
I am NOT making a Rust replacement, but — if you could fix one* thing about Rust syntax/semantics/etc. -
I am NOT making a Rust replacement, but — if you could fix one* thing about Rust syntax/semantics/etc.@fasterthanlime I think I’d just make tokio part of the standard and avoid the async function colouring problem. Then spend time on the compiler to be smart about the actually necessary async inclusion vs compiling to sync