|
|
|
|
|
by pantaloony
2152 days ago
|
|
You’re not alone. My brain works in steps, not proofs. If all code looked like Haskell and friends I doubt I’d ever have gotten into it in the first place. [edit] algos, over proofs, would probably be a better way to put it. |
|
I can never tell what an index-juggling loop is doing, in whatever language (including Scheme).
But when you follow the data type case by case, each step is simple and logical, easy to comprehend so the whole solution is easy too.