Re: [racket-users] Re: Help implementing an early return macro

2020-10-31 Thread jackh...@gmail.com
Wow, these are a lot of great responses. First of all, *awesome* job Ryan. That implementation is exactly what I needed to figure out. I'm definitely starting there first. > Are you looking for `let/ec`? I'd forgotten about that one. That has the *syntax* I want. However my issue with continua

Re: [racket-users] Re: Help implementing an early return macro

2020-10-28 Thread Dominik Pantůček
Hi racketeers, I would second this suggestion. Although it might look slightly un-rackety at first sight, for certain types of code flow it does the job really well. And most importantly - I am using escape continuations in much wilder setup (yes, futures) and it imposes no noticeable performance