|
|
|
|
|
by mikepurvis
263 days ago
|
|
What are the specific aesthetic complaints here? In my limited rust experience, I’ve found that it does a pretty good job of using the ugliness of something like an explicit lifetime to signal to the developer and reader that the code is doing something complicated and non-obvious. Like “here’s a part where the types logic required more help than what the compiler could figure out on its own; here be dragons.” In that way the “ugliness” is really just a manifestation of “hard things possible” and the language not hiding the underlying realities from you. |
|
I have no experience with Rust so it makes sense i dont understand, but i also have no experience with Python or JS.