|
|
|
|
|
by ijustlovemath
28 days ago
|
|
When you write Rust long enough you settle on certain architectures (message passing, event loops) that go well with the borrow checker, and don't end up thinking about it too much. Plus you can always throw an agent at the first set of errors from the refactor and let the compiler guide the annoying parts. |
|
So basically Go?