Hacker News new | ask | show | jobs
by tombert 2675 days ago
In fairness to clojure, you can label your side-effectey functions with `io!`, and it then won't let you use it in an STM retry function.

https://clojuredocs.org/clojure.core/io!