Rules for Developing Safety-Critical Code (2006) [pdf] 7 years ago
A 5-line constraint seems ridiculous to me, even in Ruby, and I imagine that just about every codebase ever breaks it. Do you have an example project following such a style?
HN user
A 5-line constraint seems ridiculous to me, even in Ruby, and I imagine that just about every codebase ever breaks it. Do you have an example project following such a style?
Just the bare minimum traits required for built-in async/.await, right?
No. Go uses stackful coroutines. This is more like an implementation of async/await in C.