|
| ▲ | hathawsh 5 hours ago | parent | next [-] |
| While Rust is excellent, you must acknowledge that Rust has issues with compilation time. It also has a steep learning curve (especially around lifetimes.) It's much too early to say Rust is the "final" language, especially since AI is driving a huge shift in thinking right now. I used to think that I would never write C code again, but when I decided recently to build something that would run on ESP32 chips, I realized there wasn't any good reason for me to use Rust yet. ESP-IDF is built on C and I can write C code just fine. C compiles quickly, it's a very simple language on the surface, and as long as you minimize the use of dynamic memory allocation and other pitfalls, it's reliable. |
| |
| ▲ | 0x457 4 hours ago | parent [-] | | If you're programming for ESP, then embassy is the way to go in most cases. You don't need to learn much about lifetimes in most of the application code. Steep learning curve people refer it is "thing blow up at compile time vs runtime." It's easy to write JS or C that passes all tests and compiles and then wonderful blows up when you start using it. It just forces you to learn things you need to know at IMO right now. My biggest problem with rust right now is enormous target/ dirs. | | |
| ▲ | JoshTriplett 3 hours ago | parent [-] | | > My biggest problem with rust right now is enormous target/ dirs. We're working on that and it should get better soonish. We're working on shared caches, as well as pruning of old cached builds of dependencies that are unlikely to be reused in a future build. | | |
| ▲ | tvshtr a minute ago | parent [-] | | thanks beejesus! (aka the devs) I'm tired of forcing shit into workspaces just to slightly mitigate these issues |
|
|
|
|
| ▲ | sdkfjhdsjk 8 hours ago | parent | prev | next [-] |
| [dead] |
|
| ▲ | klsdjfdlkfjsd 8 hours ago | parent | prev | next [-] |
| I'll just stick with C as my lingua franca, and won't be involving Microsoft in my programming life, thanks. |
| |
|
| ▲ | jibal 6 hours ago | parent | prev [-] |
| > It's honest. It's not, nor is it well informed. People are currently developing languages specifically for use by LLMs. > It's not the best tool for the job for a lot of things Then how could it possibly be the final language? > if the LLMs make writing it as fast as anything else - whelp, I can't see any reason not to do it in Rust This has nothing to do with the claim that it's the final language. |
| |