This is true and I was the only one on set excited about it (and playing the song on my phone to blank stares)
This is true and I was the only one on set excited about it (and playing the song on my phone to blank stares)
I urge companies to take funding contributors seriously, in ways that arenβt tied to projects and goals. Being a generalist in the compiler meant that often I wasnβt working towards a roadmap, but my contributions *always* paid off in the long term extensibility of the language.
Great stuff!
At 55:36, you mentioned you haven't yet figured out how to detect whether the `break` happened inside the generator. You can do that with a `try..finally` around the `yield`. π svelte.dev/playground/c...