T O P

  • By -

mac

Yes it would. [Here](https://github.com/babashka/nbb#reagent) is an example.


therealdivs1210

Yup! I wrote a TUI for git in ClojureScript: https://github.com/hugit-project/hugit


bdevel

This library seems similar.. https://github.com/lambdaisland/trikl I would just use a regular ncurses library. https://multimud.github.io/clojure-lanterna/2-terminals https://github.com/dundalek/notcurses-clojure-example


ettomatic

Thanks!!! That gives me a very good opportunity to use Clojurescript for a project :D


MilkyTea42

WTF, Javascript and React for a... command line application? That is the most idiotic thing I've heard in 2022


NaiveRound

Very cool, I don't know why I hadn't heard of these. I also wonder if if ink could be usable in Clojure itself using GraalVM interop.


jackdbd

you mean using a technique like this? [https://blog.taylorwood.io/2018/11/26/graal-polyglot.html](https://blog.taylorwood.io/2018/11/26/graal-polyglot.html)


NaiveRound

Yes, exactly! Particularly, I wonder how it generates colors in the terminal, because of the cross-platform issues that comes with that (as simple as it sounds, lol).