Today I released Events 0.5. The #chsarp language provides a handy way to declare, subscribe to and fire events. In C#, an event is a “slot” to which callback functions (event handlers) can be attached. Events adds this mechanism to #python
It originated as a side experiment (I was a C# transfugee then) that I later adopted as an Eve dependency. It slowly got some traction besides my projects.
Many thanks to Cailean Parker who made this release possible.