This is trivial to fix: replace (m k) by (get m k) in line 2053 of core.clj.
I'd happily provide a ticket with a patch if this is welcome.
Konrad.
I wrote a patch for that issue. Rich didn't apply it because it's not
fast enough, and I haven't found the time to speed it up yet. If you
want to help, you can optimize the patch.
Allen
Patch welcome, thanks!
Rich