Quiz, what does (#())
return?
For me it's ()
which breaks my common no-op event handler code... (reg-event-fx ::foo #())
Heh, that's interesting, I wouldn't have guessed it.
But your noop handler is wrong either way - it should be a 2-arity function whereas #()
is a 0-arity function.