Re: events in nim

2019-04-09 Thread Araq
Well Nim supports callbacks with closures as language feature. No need for a DSL, this time.

events in nim

2019-04-08 Thread kobi
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!