I really like tui applications, because they are sustainable, efficient, distraction free and often do one thing in which they are good in.

But I can’t find a good application for every purpose I need and want to create my own tui application.

And the only thing I know of is ncurses. But because it’s really old, I don’t know if it’s still state-of-the-art or are there better solutions?

Which language would be the best to create a sustainable tui application?

Thanks for your help :)

  • maxmoonOP
    link
    fedilink
    12 years ago

    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?

    • Mad
      link
      fedilink
      62 years ago

      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

      • @quaver@lemmy.ml
        link
        fedilink
        32 years ago

        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.