On Sep 1, 2014, at 22:50 , Marvin Humphrey <[email protected]> wrote:
> If somebody really needs a hash set or hash table which supports non-string > keys, it's possible to implement one in a Clownfish extension. Maybe in > time we'll introduce a "standard library" of additional parcels which allows > the PMC to take on official stewardship of such extensions. (Starting with > JSON?) But the main Clownfish runtime ought to stay as small and spare as > possible. +1 Only note that for a hash table extension that supports arbitrary objects as keys, Hash_Sum should stay as a method in Obj. Nick
