
D (Programming Language)
C++
Nim (programming language)
V (programming language)
Go Programming Language
Perl
Pike programming language
Crystal (programming language)
Ratatui
ncurses
FINAL CUT
libmabuff
newt
Turbo Vision
termbox
Slang
D (Programming Language)
RatatuiNo Ratatui videos yet. You could help us improve this page by suggesting one.
Based on our record, D (Programming Language) should be more popular than Ratatui. It has been mentiond 60 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I've spent 2 weeks (2-4h per day) to make D language[1] version of Sciter SDK [2] Choice of AI "tooling" was by accident - typed something like "how to define copy constructor in D for custom structure" in Microsoft's Copilot in Edge browser that gives context for AI. The answer was good enough for me and so I went with it further. [1] D language HQ : https://dlang.org/. - Source: Hacker News / 3 months ago
> Mostly, I am not really trying to compete with C/C++/Rust on speed, but I'm not going to add a GC either. So I'm somewhere in there. Out of curiosity, how would you compare the goals of Rue with something like D[0] or one of the ML-based languages such as OCaml[1]? 0 - https://dlang.org/ 1 - https://ocaml.org/. - Source: Hacker News / 8 months ago
The D language home page has something similar with a drop down with code examples https://dlang.org/. - Source: Hacker News / about 1 year ago
What is this? There's a lot of red flags here. * The name "D" for a programming language was taken in 1999: https://dlang.org/. - Source: Hacker News / about 1 year ago
>For me the biggest gap in programming languages is a rust like language with a garbage collector, instead of a borrow checker. I cannot agree more that's the much needed sweet spot/Goldilock/etc. Personally I have been advocating this approach for some times. Apparently the language is already widely available and currently has stable and wide compiler support including the venerable GNU compiler suite (GDC). It... - Source: Hacker News / over 1 year ago
Built with ratatui, styled in cyberpunk colors. - Source: dev.to / 1 day ago
Counterpoint: Build more TUIs in Rust using Ratatui: https://ratatui.rs/ Why? Because just look at the examples on that page. - Source: Hacker News / 7 days ago
Day four of building a btop-style system monitor in Rust with ratatui. - Source: dev.to / 26 days ago
There are fantastic TUI frameworks for Rust, like Ratatui[0] (there are a lot more options, this is an example). You can write beautiful TUIs in native languages, without ncurses or C or C++. Go has such frameworks, same with C# (which you can AOT compile) and so on. You're not stuck between javascript and C. [0]: https://ratatui.rs/. - Source: Hacker News / about 1 month ago
I also wanted to shout out https://ratatui.rs/. Most of the time, I just want some UI. And TUI's are easier / more portable than GUI's. - Source: Hacker News / 3 months ago
C++ - Has imperative, object-oriented and generic programming features, while also providing the facilities for low level memory manipulation
ncurses - ncurses (new curses) is a programming library that provides an API which allows the programmer to...
Nim (programming language) - The Nim programming language is a concise, fast programming language that compiles to C, C++ and JavaScript.
FINAL CUT - Library for creating terminal applications with text-based widgets
V (programming language) - Simple, fast, safe, compiled language for developing maintainable software.
libmabuff - This is libmabuff, library for simple TUI creation in C++.