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
jmiven has quit [Quit: co'o]
jmiven has joined #ponylang
kulibali has quit [Quit: Going offline, see ya! (www.adiirc.com)]
Matthias247 has quit [Read error: Connection reset by peer]
jemc has quit [Ping timeout: 260 seconds]
chemist69 has quit [Ping timeout: 258 seconds]
chemist69 has joined #ponylang
jemc has joined #ponylang
gmcabrita has quit [Quit: Connection closed for inactivity]
kr1shnak has quit [Read error: Connection reset by peer]
amclain has quit [Quit: Leaving]
jemc has quit [Ping timeout: 240 seconds]
gmcabrita has joined #ponylang
Matthias247 has joined #ponylang
_whitelogger has joined #ponylang
Matthias247 has quit [Read error: Connection reset by peer]
jemc has joined #ponylang
jemc has quit [Ping timeout: 256 seconds]
staticassert has joined #ponylang
<staticassert> Putting a rough draft of the This Week In Pony together - if anyone knows of recent blog posts (other than the Walaroo post) / articles/ talks, let me know.
<SeanTAllen> I'm not aware of any
staticassert has quit [Ping timeout: 260 seconds]
jemc has joined #ponylang
staticassert has joined #ponylang
<staticassert> What is the difference between ready to vote and final comment period? I assumed it goes from: RFC proposal -> RFC -> FCP -> Merge
<staticassert> Not sure if that went through twice... weird connection issue.
<staticassert> Also, when trying to use https on ponylang.org I get - This server could not prove that it is www.ponylang.org; its security certificate is from www.github.com.
Matthias247 has joined #ponylang
<staticassert> Ah in the sync call that is referred to as "even more ready than final comment period"
<staticassert> So I think it's actually: RFC Proposal -> Approved RFC -> FCP -> Vote -> Merged
jemc has quit [Ping timeout: 268 seconds]
TwoNotes has joined #ponylang
<staticassert> What does it mean that 'tag' is opaque?
<TwoNotes> You can not read or write to it
<TwoNotes> All you can do is invoke a function on it
<staticassert> I see, thanks
<staticassert> Am I understanding correctly - box can not be written to except through a local alias?
<staticassert> I'm assuming 'acess' in this post is referring ot non-alias access: https://zartstrom.github.io/pony/2016/08/28/reference-capabilities-in-pony.html
staticassert has quit [Ping timeout: 260 seconds]
<SeanTAllen> box is usable on a ref or a val so, it cant change state but its usable on either
<TwoNotes> Another way to say it is box lets you write a fun that can be invoked on either a ref or val.
kr1shnak has joined #ponylang
TwoNotes has quit [Quit: Leaving.]
Matthias247 has quit [Read error: Connection reset by peer]