Context
I know http://blog.fogus.me/2009/12/21/clojures-pre-and-post/
What I want is not quite the preconditions.
I want to have pre / post functions that execute exactly once.
I do not see any documentation, promising me this function about preconditions (i.e. they are not executed several times.)
Question
For a Clojure function, anyway, to tag it with pre / post functions that execute exactly once,
- pre-function when the function is called
- post function when the function returns
Thanks!
user1311390
source share