I wish s-expression was a popular alternative. It’s readable without the yaml issues.
I wish s-expression was a popular alternative. It’s readable without the yaml issues.
You’re right, and I actually make that point in the blog post! Reactivity is not exclusive to the frontend.
However, in the frontend, Reactivity is almost an invisible default. You don’t opt into it, you just kinda have to when you use a modern framework.
In the backend, many people use Reactive patterns without even knowing them or thinking of them. But either way, if you do use them, you likely opted in, and it wasn’t a “all code you write is automatically reactive” like in modern browser ui frameworks
Have you considered raku? I’m not super familiar with perl but I assumed raku is perl improved
Slightly related: my own blogpost about demistifying containers. It takes a quite different approach from the OP and focuses on a different side of containers. Would appreciate any feedback!
https://cosmicbyt.es/posts/demistifying-containers-part-1/