off-topic

https://github.com/clojurians/community-development/blob/master/Code-of-Conduct.md Clojurians Slack Community Code of Conduct. Searchable message archives are at https://clojurians-log.clojureverse.org/
Gleb Posobin 2020-12-24T06:56:48.267200Z

What do you mean recursively? Compute sum of digits, then compute the sum of digits of the sum, etc? The result is just x mod 9 then, and if x is positive and divisible by 9 it is 9.