No, the code looks ugly.
Does anybody find this Scheme code readable?
21–23 of 23 posts
Re: Does anybody find this Scheme code readable?
#22I will always hate parentheses there. So mine:
Re: Does anybody find this Scheme code readable?
#23I don't find it readable. I immediately see a lot of repetition, which means an opportunity for helper functions/macros. However the so-called "hygienic macros" in Scheme seem pretty confusing to me. I prefer non-hygienic macros like in Lisp.
My biggest Scheme program is [1]. I wrote it years ago, but I can still read it. Using sanely named variables is key.
[1] https://github.com/tshatrov/scriptfu/blob/master/animstack.s...