@massung I’m making sorted hashes too, btw https://github.com/jackfirth/rebellion/pull/501\|https://github.com/jackfirth/rebellion/pull/501
My preference for iterating a sorted hash structure would be something like this: • (in-sorted-hash h) a sequence of keys and values (just like hashes) • (sorted-hash-keys h) a sorted-set? view of the keys of h • (sorted-hash-values h) some sort of generic collection view of the values of h • (subhash h range) a sorted-hash? view of a subset of h
(the idea being that sorted-hash-keys, sorted-hash-values, and subhash do not create copies, they are views and can be constructed in constant time)
Apparently discord now has the thread feature?
they’re releasing it soon, I think
But I think it’s not really the same thing
They’re ephemeral and you create them, I think not by replying