Been rehashing some mmmfs concepts again. I felt a couple of times that "upwards-only" information flow in a tree isn't always enough. For example you can build a web page like that, where every node renders its children in a new context (a list with links, a gallery of pictures etc.) but then nodes can't know their full path. unless you make an exception for paths, which is what I did in mmmfs. That exception was quite costy, i had to spend a week on working around Tup to get that working.
Librem Social is an opt-in public network. Messages are shared under Creative Commons BY-SA 4.0 license terms. Policy.
Stay safe. Please abide by our code of conduct.
(Source code)
@rah the FS/CMS/??? powering my website: https://mmm.s-ol.nu/
There is some documentation here: https://mmm.s-ol.nu/articles/mmmfs/ (the "motivation" part is super rambly but the rest is still mostly accurate)