this post was submitted on 12 May 2022
25 points (100.0% liked)

Technology

34816 readers
329 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] blank_sl8@lemmy.ml 2 points 2 years ago (1 children)

It won't. 95% of applications would be just fine with garbage collection, and the extra complexity of Rust's memory model will make it so that current Javascript developers never use it. Go is more likely to win (but honestly, just a more lightweight JS runtime with a more lightweight UI framework would be fine by me)

[โ€“] wazowski@lemmy.ml 3 points 2 years ago

a native gui framework doesn't necessarily mean that one will have to write the application in rust: even today, when rust gui libs are in their very infancy, some already provide bindings to other languages (js included)

cross-platform native gui frameworks are super hard, but having a language that's more accessible than c++, more modern and safe, will hopefully bring this closer to reality