You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried playing with matrix for my project called WikiD, and meanwhile made a simplified literate example project.
It uses shadow-cljs and deps.end
The literate stuff is not yet complete, and of course the text itself is very much a draft,
It's basically just a list that you can add random text items to.
Here it is anyway, I hope I will finish it ;) https://github.com/ozFri/matrix-minimal-literate/blob/master/narrative.org
The text was updated successfully, but these errors were encountered:
Hey, I'm sure I only scratched the surface, maybe the verbosity creates the impression :)
Last time I checked it runs, its just a simple list of statements. that you can add to with the input bar.
Matrix is really interesting, I moved meanwhile back to reagent/re-frame and away from the literate style,,
But I hope I will have a chance to explore both these models sooner than later.
Thank you!
I like reagent, it is closer in spirit to Matrix. Less exposed wiring than re-frame. I am about to release the Matrix CLJS version of my JS https://kennytilton.github.io/whoishiring/. Not sure if that will help -- the dataflow is pretty straightforward.
I tried playing with matrix for my project called WikiD, and meanwhile made a simplified literate example project.
It uses shadow-cljs and deps.end
The literate stuff is not yet complete, and of course the text itself is very much a draft,
It's basically just a list that you can add random text items to.
Here it is anyway, I hope I will finish it ;)
https://github.com/ozFri/matrix-minimal-literate/blob/master/narrative.org
The text was updated successfully, but these errors were encountered: