clojuredesign-podcast

2024-10-28T22:18:25.514949Z

@neumann After meeting you last week, I decided to pick a random episode to listen to on a drive yesterday, and it happened to be https://clojuredesign.club/episode/111-loopify/ It's funny both because I see you heading in the exact same direction we were talking about at the conj, but also the use case is one that I cover with the library I released about a month ago: https://github.com/potetm/fusebox?tab=readme-ov-file#retry

2024-10-28T22:19:48.161569Z

if anyone is listening and wanting to see exactly what the example is, you should be able to look https://github.com/potetm/fusebox/blob/240227609c32630fea5cda3fc6300ba13428400f/src/com/potetm/fusebox/retry.clj#L42-L82 and see what it looks like

neumann 2024-10-28T22:51:00.806279Z

@potetm Looks nifty! I like lightweight and simple! I’ll definitely have to play around with this when I get a chance. Thanks for sharing!

❤️ 1