12 ms·
What is intellisense on a hash?
by ambrosebs 13y ago
What is intellisense on a hash?
- pbiggar 13y agoAutocompletion on the keys of a hash.
- ambrosebs 13y agoOh right, a hash map. That would be very cool, and probably feasible to implement.
- brandonbloom 13y agoI know that in several communities, "hash" and "hash map" are synonymous. However, in Clojure hash maps are only one of several map implementations. We have implementations backed by linear array scans, prefix trees, and other data structures too. The word "hash" a shorthand for the noun-phrase "hash code" (aka "digest") and a verb for the process of creating hash codes.
- breckinloggins 13y agoOops. Sorry about that; I was still thinking in Ruby (day job) mode!
- deleted 13y ago[deleted]