Re: events in nim
Well Nim supports callbacks with closures as language feature. No need for a DSL, this time.
events in nim
Hello What is the state of events (aka callbacks, or signal/slot) Is there a seamless "blessed" way of doing things -- a macro DSL which looks as part of the syntax? Thanks!