
Ratatui
ncurses
FINAL CUT
libmabuff
newt
Turbo Vision
termbox
Slang
Clojure
Elixir
Python
Rust
Haskell
NIM
JavaScript
Kotlin
No Ratatui videos yet. You could help us improve this page by suggesting one.
Based on our record, Clojure should be more popular than Ratatui. It has been mentiond 43 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.
Built with ratatui, styled in cyberpunk colors. - Source: dev.to / 7 days 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 / 12 days ago
Day four of building a btop-style system monitor in Rust with ratatui. - Source: dev.to / about 1 month 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 2 months 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
In my last post I discussed DSLs for database querying in Clojure. These typically take the form of data structures. - Source: dev.to / 16 days ago
One of the most famous talks in computer science is Simple Made Easy by Rich Hickey, The creator of the programming language Clojure. In it, he explains that, "simple" and "easy" are not the same thing. He refers to the word origins of the two words:. - Source: dev.to / 2 months ago
This series of post will try to explain a complex topic: concurrent and parallel programming, in Dart. I think the only way to deal with that is using the Erlang VM (BEAM), but Clojure and other functional languages are usually doing better job on this part. Unfortunately, to me, most of other languages using OOP don't offer a great abstraction to concurrency and parallelism, but during the last decade, things are... - Source: dev.to / 4 months ago
Oversimplifying, there are three big variants: Common Lisp, Scheme, Clojure. Each of them has a lot of somewhat similar implementations: * Clojure: A lot of support for immutable data. It runs in the JVM so you will have a lot of the libraries you are use to. Probably the best option for you. https://clojure.org/ * Scheme, in particular Racket: Mostly functional, and in particular Racket has a lot of support to... - Source: Hacker News / about 1 year ago
Another project of mine Bob can be seen as an example of spec-first design. All its tooling follow that idea and its CLI inspired Climate. A lot of Bob uses Clojure a language that I cherish and who's ideas make me think better in every other place too. - Source: dev.to / over 1 year ago
ncurses - ncurses (new curses) is a programming library that provides an API which allows the programmer to...
Elixir - Dynamic, functional language designed for building scalable and maintainable applications
FINAL CUT - Library for creating terminal applications with text-based widgets
Python - Python is a clear and powerful object-oriented programming language, comparable to Perl, Ruby, Scheme, or Java.
libmabuff - This is libmabuff, library for simple TUI creation in C++.
Rust - A safe, concurrent, practical language