|
|
|
|
|
by justsomeuser
1182 days ago
|
|
I don’t think it is that serious of an issue: - The API is likely to be simple (JSON in and out, or something similar). Those devs already know they domain well. - The Rust compiler enforces only valid programs, so you won’t get runtime errors for things you would in dynamic languages. - This leaves just getting the logic right, which the developers know how to do in general, and Rust is a c-like language so it’s familiar. |
|