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
ExtraCrispy has quit [Read error: Connection reset by peer]
nisanharamati has quit [Quit: Connection closed for inactivity]
anthonybullard has joined #ponylang
anthonybullard has quit [Quit: anthonybullard]
anthonybullard has joined #ponylang
_whitelogger has joined #ponylang
endformationage has quit [Quit: WeeChat 1.9.1]
anthonybullard has quit [Quit: anthonybullard]
ExtraCrispy has joined #ponylang
Bombe has quit [Ping timeout: 252 seconds]
Bombe has joined #ponylang
boflex has joined #ponylang
<boflex> hello
boflex has quit [Remote host closed the connection]
<vaninwagen> Yo
<vaninwagen> Waddup?
<SeanTAllen> I dont think I've ever seen a "waddup?" from you before vaninwagen
<vaninwagen> Sometimes i let myself go
endformationage has joined #ponylang
m6w6 has quit [Quit: ZNC - http://znc.in]
m6w6 has joined #ponylang
travis-ci has joined #ponylang
<travis-ci> ponylang/pony-stable#297 (master - 9474403 : Michel Nemnom): The build was broken.
travis-ci has left #ponylang [#ponylang]
travis-ci has joined #ponylang
<travis-ci> ponylang/ponyc#5425 (master - a57b4ff : [Main]): The build was broken.
travis-ci has left #ponylang [#ponylang]
<SeanTAllen> both of the above errors appear to be a dockerhub issue.
<Candle> https://playground.ponylang.io/?gist=d663cdca31c727ca1f1080631f44f92b Some thoughts on how to use the Random class; and a frustrating limitation that Random has to be a ref.
<Candle> I wanted a class that has some randomly generated content that I can send to several different actors, and have the creation encapsulated in the constructor.
<SeanTAllen> Candle: you have to mutate state to use a random number generator, each time you get a number it changes the state
<SeanTAllen> and that isn't safe to share amongst actors
SenasOzys has joined #ponylang
SenasOzys has quit [Remote host closed the connection]