Content
@
0 reply
0 recast
2 reactions
Gabriel Ayuso
@gabrielayuso.eth
My biggest issue with Rust (given that I've barely used it) is how it looks. This looks like somehow taking some of the worst C++ syntax (excluding macros) and adding even more ugly syntax.
6 replies
8 recasts
32 reactions
Ryan
@ryansmith
I really enjoy writing in rust and I probably use 20% of the language and 0% of my code resembles the code in your screenshot.
1 reply
0 recast
6 reactions
Gabriel Ayuso
@gabrielayuso.eth
I mainly tried it on WASM. The syntax to get interoperability between async JS and Rust functions was rough. I switched to tinygo, it was much easier to get it working. My coding velocity improved drastically after the switch. To be fair Go is a much simpler language and I'm familiar with it. In this case Rust's perf advantage over tinygo wasn't enough for me to stick with it.
0 reply
0 recast
4 reactions