Comment on Roto: A Compiled Scripting Language for RustparentComments−CooCooCaCha1yIt’s also a pleasant language to work in. I love that everything is an expression, I love match statements, I love that structs and enums are full powered, etc.−mdaniel1yIt’s also a pleasant language to work inI know, practically self-documenting code!https://github.com/tokio-rs/tokio/blob/tokio-1.45.0/examples...I'm not trying to pick on tokio, it was just a public link demonstrating that the syntax can get to be a bit much−CooCooCaCha1yOf all the examples of crazy Rust code you could have picked, you chose that one?Is adding ‘a really too much for you?
Comments
It’s also a pleasant language to work in. I love that everything is an expression, I love match statements, I love that structs and enums are full powered, etc.
I know, practically self-documenting code!
https://github.com/tokio-rs/tokio/blob/tokio-1.45.0/examples...
I'm not trying to pick on tokio, it was just a public link demonstrating that the syntax can get to be a bit much
Of all the examples of crazy Rust code you could have picked, you chose that one?
Is adding ‘a really too much for you?