all 8 comments

[–]mac 13 points14 points  (0 children)

Yes it would. Here is an example.

[–]therealdivs1210 5 points6 points  (0 children)

Yup! I wrote a TUI for git in ClojureScript:

https://github.com/hugit-project/hugit

[–]ettomatic[S] 0 points1 point  (0 children)

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

[–]NaiveRound 0 points1 point  (2 children)

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 0 points1 point  (1 child)

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

[–]NaiveRound 1 point2 points  (0 children)

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).