Fork me on GitHub
#announcements
<
2019-07-12
>
vlaaad22:07:47

yeet is a little helper library to yeet stuff around. you can even yoink what you yeet. https://github.com/vlaaad/yeet

confusedparrot 40
36
thumbsup_all 12
👌 16
😂 12
😆 4
rutledgepaulv22:07:06

Nice. I use some similar macros that also use dynamic vars so that even if there’s exception handling code in between the yeeting / yoinking the right value still gets returned (though may not interrupt all execution): impl: https://github.com/vodori/missing/blob/develop/src/missing/core.clj#L168-L192 usage: https://github.com/vodori/missing#preemptables