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
atk has quit [Quit: Well this is unexpected.]
atk has joined #ponylang
jemc has joined #ponylang
lolman has quit [Quit: WeeChat 2.0.1]
jemc has quit [Ping timeout: 264 seconds]
mson has joined #ponylang
khan has joined #ponylang
codec1 has quit [Read error: Connection reset by peer]
dipin has joined #ponylang
_whitelogger has joined #ponylang
mson has quit [Quit: Connection closed for inactivity]
SenasOzys_ has joined #ponylang
dipin has quit [Quit: dipin]
khan has quit [Quit: khan]
SenasOzys_ has quit [Read error: Connection reset by peer]
SenasOzys has joined #ponylang
codec1 has joined #ponylang
alxs has joined #ponylang
alxs has quit [Client Quit]
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
Krymise has joined #ponylang
Krymise has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
Krymise has joined #ponylang
Krymise has quit [Client Quit]
bimawa4 has quit [Ping timeout: 268 seconds]
<Schwarzbaer> I've got yet another noob question, or rather, I'd like something confirmed or falsified. Is it true that any mutable object is restricted to one actor at a time? Does that also imply that any mutable object (including actors) can have its methods only be called from within its enveloping actors?
gokr has joined #ponylang
SUPERNETS_ has joined #ponylang
SUPERNETS_ has quit [Remote host closed the connection]
Krymise has joined #ponylang
bimawa4 has joined #ponylang
SenasOzys has quit [Ping timeout: 248 seconds]
Krymise has quit [Quit: Textual IRC Client: www.textualapp.com]
codec1 has quit [Read error: Connection reset by peer]
<Schwarzbaer> According to the tutorial, calling an object's method aliases that object (to its *this*). iso cannot be aliased to iso. That'd mean that you can't call an iso object's method. That... doesn't sound right?
<SeanTAllen> Schwarzbaer: yes. only a single actor can have access to a mutable object at a time.
<SeanTAllen> re: tutorial Schwarzbaer. what part of the tutorial are you referencing?