Fork me on GitHub
#off-topic
<
2020-05-03
>
gibb08:05:55

Anybody read the Righting Software book?

jaihindhreddy21:05:47

How can I build a TUI with Clojure / ClojureScript?

phronmophobic21:05:40

what’s a TUI?

include21:05:48

+1 (Terminal|Trading User Interface)?

dominicm22:05:55

I would go for clojurescript + a node library

jaihindhreddy22:05:47

I meant Terminal User Interfaces. Thanks for the suggestions!

jaide01:05:41

Hah looks like @U09LZR36F beat me to it. Let me know if I can help.

cjsauer14:05:08

@UBU6QCSJH there’s also Zirchon if you want to get crazy :) https://github.com/Hexworks/zircon

mauricio.szabo20:05:44

There's also some react bindings for some node.js TUI, like this one: https://github.com/Yomguithereal/react-blessed It's quite easy to use then with shadow-cljs and reagent, for example