Fork me on GitHub
#babashka
<
2021-08-27
>
ambrosebs02:08:28

@borkdude congrats on your long-term clojurists together funding, I'm stoked to see you (and bb) on that list! https://www.clojuriststogether.org/news/long-term-funding-selections/

馃帀 91
馃挴 3
imre11:08:15

What would be the best way to append the output of a babashka.process to a file? (p/process '[echo hello] {:out some-file}) Is this doable by relying only on babashka.process and babashka.fs or do I need to go deeper into java?

imre12:08:22

to the rescue!

escherize18:08:28

Is there any prior art for lanterna (or ideally membrane terminal) + bb?

rwstauner18:08:44

there's stuff for it in babashka, but it is currently feature flagged

phronmophobic18:08:36

@escherize, depending on your use case, it might also be possible to go the nbb route. I haven't used nbb, but I think it might be easier to pull in a node TUI library.

escherize18:08:09

I saw the ink demo, which is really cool

phronmophobic18:08:30

that is neat! since membrane is pure clojure, it's at least theoretically possible to add a cljs+ink backend, but I haven't used any of the libraries enough to feel know how much work it might be.

borkdude18:08:04

ink works with reagent at least

borkdude18:08:26

reagent is included in nbb, so any tui solution that works with react, should work via the reagent module actually