Fork me on GitHub
#nbb
<
2022-08-14
>
alvinfrancis12:08:33

It doesn't look like the #queue literal is implemented in nbb. Is this intentional? I see that there's a PersistentQueue available, but it doesn't seem to be working.

borkdude12:08:17

Feel free to post an issue, I haven't ever used this myself :)

👍 1
alvinfrancis13:08:11

Btw, ported over the (re-frame + blessed) gist used as inspiration mentioned in cljs-tui-template to nbb to experiment around re-frame: https://gist.github.com/alvinfrancis/1e84cd2a179f2031f26cc7ac116d2537. Using a (messy) hacked-on fork of re-frame to get it nbb compatible. Just a POC but pretty cool to see the potential is there in nbb for soemthing like the tui template.

👍 1
borkdude13:08:53

I didn't know blessed was still maintained

jaide20:08:11

That reminds me to create a new https://github.com/eccentric-j/cljs-tui-template using nbb + ink. Only obstacle I recall was that ink is heavily dependent on the react hooks, so I would need to write some custom wrappers using reagent primitives so can keep it all reagent

❤️ 1
borkdude20:08:11

reagent can call hook components using [:f> Component] right?

jaide20:08:20

I think so, but I recall that coming with some gotchas as that component can't use the hiccup macros