Comment made by: steveminer@gmail.com
The original example looks like a typo. The argument to dense-int-set should be a collection, not a long so that explains the exception. Maybe the doc string could be more explicit.
((transient (clojure.data.int-map/dense-int-set (link: 1))) 1)
works for me.