Fork me on GitHub
#leiningen
<
2024-01-04
>
Nim Sadeh16:01:02

Cross-posting - Clojure program behaves differently in repl vs lein run

seancorfield17:01:38

Laziness. It's a common beginner mistake: do not mix laziness with side-effects (printing). Use run! instead, or doseq -- or if you really want the results back, mapv to get a vector.