Arc Forumnew | comments | leaders | submitlogin
1 point by icemaze 6318 days ago | link | parent

While CL's maphash returns nil, Arc's maptable al least returns the hash. A better approach IMHO. If you need a different hash you can do:

  (maphash (fn (k v) ....) (copy-table tbl))
Implementing copy-table is left as an exercise for the reader. :P