Hacker News new | ask | show | jobs
by ip_addr 801 days ago
Using Rust for GNOME development seems to be becoming more popular. https://gtk-rs.org/
1 comments

Rust, as wonderful as it is, may be less suitable for GUI programming since it has no classes/inheritance (which is why Andreas Kling is creating the Jakt language for his SerenityOS project, after coming to the same conclusion after exploring whether to replace C++ by Rust).