leiningen

souenzzo 2023-03-07T18:58:25.285229Z

Is possible to have an "try/finally" behavior inside do blocks in aliases?

souenzzo 2023-03-07T18:58:40.618329Z

I have a final step that I wanna run, even if the test fail

vemv 2023-03-07T19:00:35.564779Z

do is a higher-level task, sounds like you want to impl your own high-level task for inspiration: https://github.com/technomancy/leiningen/blob/github/src/leiningen/do.clj

souenzzo 2023-03-07T19:16:13.319379Z

this namespace need to be AoT compiled or something like?

vemv 2023-03-07T19:35:12.838069Z

not really, just make a Lein plugin and include such a .clj file