jemc changed the topic of #ponylang to: Welcome! Please check out our Code of Conduct => https://github.com/ponylang/ponyc/blob/master/CODE_OF_CONDUCT.md | Public IRC logs are available => http://irclog.whitequark.org/ponylang | Please consider participating in our mailing lists => https://pony.groups.io/g/pony
acarrico has joined #ponylang
_whitelogger has joined #ponylang
endformationage has quit [Quit: WeeChat 2.3]
Foaly has joined #ponylang
srenatus has joined #ponylang
Foaly has quit [Quit: Now 'mid shadows deep falls blessed sleep.]
Nawab has joined #ponylang
jemc has joined #ponylang
srenatus has quit [Quit: Connection closed for inactivity]
theodus has joined #ponylang
<theodus> Last Week in Pony - December 6, 2018 - https://www.ponylang.io/blog/2018/12/last-week-in-pony---december-9-2018/
<theodus> *December 9, 2018
<theodus> Dates are hard
theodus has quit [Client Quit]
theodus has joined #ponylang
theodus has quit [Client Quit]
jemc has quit [Ping timeout: 240 seconds]
<SeanTAllen> Very theodus. Very.
jemc has joined #ponylang
jemc has quit [Ping timeout: 246 seconds]
endformationage has joined #ponylang
TwoNotes has joined #ponylang
acarrico has quit [Ping timeout: 245 seconds]
jemc has joined #ponylang
jemc has quit [Ping timeout: 250 seconds]
acarrico has joined #ponylang
squirmybroom35 has joined #ponylang
<squirmybroom35> I tried to key a hash map with tuples. The compiler suggests that it might be possible, is it?
TwoNotes has quit [Quit: Leaving]
Nawab has quit [Remote host closed the connection]
<SeanTAllen> It's not at this time.
<squirmybroom35> OK
<squirmybroom35> So I dropped the tuple-as-key-iead and decided to create a class instead that implements Hashable and Equatable, which I could use as key. However, I'm not sure how to implement hash(). The state of the object is decided by two U16 variables. Is there some trick for creating a composite hash from the two objects, which already implement Hashable?
<squirmybroom35> iead=idea
<squirmybroom35> Think I got it to work with HashByteSeq.hash().
squirmybroom35 has quit [Remote host closed the connection]