Hi,
I've really appreciated your work, keep updating it :)
I've found very verbose having to specify the fully qualified class name in my match: why I can't do, for example:
(cond-match
[MyClass foo] foo)
Instead of:
(cond-match
[org.mydomain.MyClass foo] foo)
Thanks in advance,
Alfredo