I'm sure Clojure is a great language for some tasks...<p>But, looking at the examples (picked the Wordle one since I know that game): <a href="https://github.com/HumbleUI/HumbleUI/blob/main/dev/examples/wordle.clj">https://github.com/HumbleUI/HumbleUI/blob/main/dev/examples/...</a><p>I find it extremely hard to read. Even small snippets, say line 56 to 74 which define this "color", "merge-colors" and "colors"... then the "field" one lines 76 to 117 is even harder.<p>is it more natural read for people familiar with writing functional programs? (am I permanently "broken" due to my familiarity with imperative programing?)<p>I wonder what the same Wordle example would look like in, say pure Flutter.<p>Also wonder how would that code look with external dependencies (say hitting a server to get the word of the day), and navigation (with maintaining state in between those pages)