|
|
|
|
|
by waynesonfire
1691 days ago
|
|
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? [1] https://mitpress.mit.edu/sites/default/files/sicp/full-text/... |
|