this post was submitted on 30 Aug 2022
7 points (100.0% liked)
General Programming Discussion
7810 readers
8 users here now
A general programming discussion community.
Rules:
- Be civil.
- Please start discussions that spark conversation
Other communities
Systems
Functional Programming
Also related
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't know much about the pros and cons of different languages you could write a tui in but the tui crate in Rust is pretty cool: https://docs.rs/tui/latest/tui/
This looks amazing!
But I am in a bad situation right now. I started to learn a new language a few days ago. It's Elm. And I don't know if starting to learn Rust would be good or not.
Are you actively coding in Rust and would you recommend to learn it over other languages?
rust is great and pretty easy to learn. it has a similar data-oriented and functional-inspired style to Elm, and also similar philosophies from the devs. i'd say at least try it out, because you'll figure out whether you like it not too far into learning it
I wouldn't say Rust is that easy to learn. You can get the basics pretty quickly, but it feels a bit frustrating until you get over the initial learning hurdle. Extremely satisfying language though, I strongly recommend it.