notjack
2021-7-27 20:09:19

notjack
2021-7-27 20:09:33

Also you might be interested in the #api-design channel


notjack
2021-7-27 20:14:17

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


notjack
2021-7-27 20:14:45

(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)


sorawee
2021-7-27 21:28:18

Apparently discord now has the thread feature?


notjack
2021-7-27 21:28:53

they’re releasing it soon, I think


samth
2021-7-27 22:47:11

But I think it’s not really the same thing


samth
2021-7-27 22:47:35

They’re ephemeral and you create them, I think not by replying