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
nisanharamati has quit []
codec1 has quit [Read error: Connection reset by peer]
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
dipin has joined #ponylang
Praetonus has quit [Quit: Leaving]
SenasOzys has joined #ponylang
jemc has joined #ponylang
<SeanTAllen> Schwarzbaer: you can rely on it between any two points but dont rely on it when more than 2 points are involved
<SeanTAllen> a point being an individual actor
aturley has joined #ponylang
aturley has quit [Ping timeout: 265 seconds]
jemc has quit [Ping timeout: 256 seconds]
jemc has joined #ponylang
jemc has quit [Ping timeout: 252 seconds]
khan_ has joined #ponylang
mollymor1hic has quit [Read error: Connection reset by peer]
Guest19095 has joined #ponylang
<Guest19095> helo
aturley has joined #ponylang
aturley has quit [Ping timeout: 265 seconds]
codec1 has joined #ponylang
samuell has joined #ponylang
samuell has quit [Remote host closed the connection]
samuell has joined #ponylang
samuell has quit [Read error: Connection reset by peer]
endformationage has quit [Quit: WeeChat 1.9.1]
samuell has joined #ponylang
khan_ has quit [Quit: khan_]
samuell has quit [Ping timeout: 252 seconds]
dipin has quit [Quit: dipin]
codec1 has quit [Quit: Leaving.]
codec1 has joined #ponylang
Guest19095 has quit [Ping timeout: 256 seconds]
Guest19095 has joined #ponylang
<SeanTAllen> hello Guest19095
codec2 has joined #ponylang
kempe has quit [Ping timeout: 265 seconds]
Guest19095 has quit [Ping timeout: 256 seconds]
Guest19095 has joined #ponylang
khan has joined #ponylang
Praetonus has joined #ponylang
electronjoe has joined #ponylang
electronjoe has quit [Quit: Page closed]
electronjoe has joined #ponylang
aturley has joined #ponylang
aturley has quit [Ping timeout: 250 seconds]
codec2 has quit [Read error: Connection reset by peer]
dipin has joined #ponylang
samuell has joined #ponylang
<krig> hey everyone, in an attempt to learn pony I started doing the advent of code challenges. It's a bit of a struggle so far, and I'm sure I'm making it harder than it needs to be...
<krig> in case anyone has any comments on something I'm obviously doing in a roundabout way, the first two solutions are here: https://github.com/krig/advent
Guest19095 has quit [Quit: Leaving]
endformationage has joined #ponylang
jemc has joined #ponylang
nisanharamati has joined #ponylang
<SeanTAllen> krig: aturley has also been doing: https://github.com/aturley/advent-of-code-2017
Praetonus has quit [Quit: Leaving]
jemc has quit [Ping timeout: 272 seconds]
mson has joined #ponylang
<mson> How do I convert a U8 into a character in the english language? I’m trying to print and am getting e.g. 97 where I want ‘a’.
<slfritchie> mson: What is your print/write/whatever function call look like?
<mson> slfritchie: in a nested for loop over a map of maps, I have _env.out.print(char.string()), where char: U8
<slfritchie> Have you tried`String.from_array()`?
<slfritchie> Or just put your U8's into an array? https://stdlib.ponylang.org/builtin-StdStream says that the `print()` method can use `Array[U8 val]`. (See also the ByteSeq type alias)
<mson> slfritchie: putting each into an array just before printing worked, thanks!
<slfritchie> Spiffy
khan has quit [Quit: khan]
<SeanTAllen> krig: are you around?
<SeanTAllen> based on your PR against pony patterns I think you misunderstood part of the notifier pattern and when you are around sometime, I'd like to take to you about it to figure out how it could be clarified.
SenasOzys has quit [Remote host closed the connection]
samuell has quit [Remote host closed the connection]
bougyman has quit [Ping timeout: 264 seconds]
mson has quit [Quit: Connection closed for inactivity]
bougyman has joined #ponylang
jmiven has quit [Quit: co'o]
jmiven has joined #ponylang