Totally missing the point. A good web framework lets you get running with a few lines but then allows you to add custom logic with minimal incidental complexity.
I think you're missing the point. It's not how many lines of code it takes. You have to think a bit harder what the desirable properties are. Minimizing complexity is nice, great start. What does that mean? It's certainly not one of the "guiding principles" of this library. It's focusing on, among other things,
- "least amount of code"
- and "a beautiful code"
shrug
You minimize complexity by defining primitive expressions, means of combination, and means of abstraction [1]. Sound familiar?
- "least amount of code" - and "a beautiful code"
shrug
You minimize complexity by defining primitive expressions, means of combination, and means of abstraction [1]. Sound familiar?
[1] https://mitpress.mit.edu/sites/default/files/sicp/full-text/...