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/
solf 2021-07-06T06:12:03.209800Z

The monthly HackerNews “Who’s Hiring” topic is another one I know some clojure people look into

👍 1
slipset 2021-07-06T07:51:34.212600Z

@quoll ^^

Thomas Moerman 2021-07-06T08:47:20.215100Z

Q: does anyone know about literature that discusses the effect of single-pass vs. multi-pass compilers on code structure? I was wondering whether there ever has been some quantification of "entangledness" in for example a Java code base vs. a clojure (or other) code base as a result of what the compiler allows in terms of circular deps etc...