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
lskdjfldjflkdjf has quit [Ping timeout: 260 seconds]
bimawa has joined #ponylang
bimawa has quit [Ping timeout: 256 seconds]
jaro has quit [Ping timeout: 245 seconds]
khan has quit [Quit: khan]
khan has joined #ponylang
khan has quit [Client Quit]
khan has joined #ponylang
bimawa has joined #ponylang
bimawa has quit [Ping timeout: 260 seconds]
bimawa has joined #ponylang
bimawa has quit [Ping timeout: 248 seconds]
dipin has quit [Quit: dipin]
bimawa has joined #ponylang
bimawa has quit [Ping timeout: 256 seconds]
bimawa has joined #ponylang
endformationage has quit [Quit: WeeChat 1.9.1]
bimawa has quit [Ping timeout: 268 seconds]
khan has quit [Quit: khan]
PrsPrsBK has quit [Quit: PrsPrsBK]
bimawa has joined #ponylang
bimawa has quit [Ping timeout: 255 seconds]
bimawa has joined #ponylang
bimawa has quit [Ping timeout: 245 seconds]
PrsPrsBK has joined #ponylang
_whitelogger has joined #ponylang
qweo has quit [Ping timeout: 260 seconds]
winksaville has quit [*.net *.split]
qweo has joined #ponylang
vaninwagen_ has joined #ponylang
inoas has joined #ponylang
dipin has joined #ponylang
alxs has joined #ponylang
vaninwagen_ has quit [Ping timeout: 268 seconds]
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
inoas has quit [Quit: inoas]
inoas has joined #ponylang
alxs has joined #ponylang
<dave24> Can I capture an iso variable in an object literal somehow? This is what I tried: https://playground.ponylang.org/?gist=eda9371fb8058002291a261d2c064846
<vaninwagen> dave24 you can. There were some other minor issues with the example. Reassignment to a let, you used a instead of a' in the object literal. This works: https://playground.ponylang.org/?gist=ffcea314c7525589e97c4ec18bcfce13
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
<dave24> oops. Thanks.
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
<vaninwagen> np, i had a lot of those moments, too, questioning the nature of my reality...
dipin has quit [Quit: dipin]
<dave24> The problem in my program was actually different yet again: the function was not `ref`.
<vaninwagen> Ah i see, glad you found out :)
alxs has joined #ponylang
_andre has joined #ponylang
aturley has joined #ponylang
dipin has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
inoas has quit [Quit: inoas]
_andre has quit [Ping timeout: 240 seconds]
_andre has joined #ponylang
nisanharamati has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
dipin has quit [Quit: dipin]
dipin has joined #ponylang
inoas has joined #ponylang
jaro has joined #ponylang
winksaville has joined #ponylang
endformationage has joined #ponylang
alxs has joined #ponylang
dipin has quit [Quit: dipin]
user10032 has joined #ponylang
inoas has quit [Quit: inoas]
inoas has joined #ponylang
winksaville has quit [Ping timeout: 252 seconds]
aturley has quit [Quit: aturley]
inoas has quit [Quit: inoas]
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
dipin has joined #ponylang
nisanharamati has quit []
aturley has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
khan has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
bimawa1 has quit [Ping timeout: 240 seconds]
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
user10032 has quit [Quit: Leaving]
alxs has joined #ponylang
alxs has quit [Client Quit]
_andre has quit [Quit: leaving]
aturley has quit [Quit: aturley]
aturley has joined #ponylang
BertolucciTalks has joined #ponylang
<BertolucciTalks> Hi!!!
<BertolucciTalks> Was really really trying hard to decide to go to either a pony meetup or a kotlin meetup the upcoming 11th
aturley has quit [Ping timeout: 256 seconds]
<BertolucciTalks> I was really hoping one of you could help me decide--for me it boils down to how functional as in the paradigm is ponylang?
<BertolucciTalks> are there discriminated unions, function composition, etc?
<BertolucciTalks> \identify IRCPASS
<BertolucciTalks> well thats embarassing
alxs has joined #ponylang
alxs has quit [Client Quit]
khan has quit [Ping timeout: 256 seconds]
khan has joined #ponylang
khan has quit [Quit: khan]
khan has joined #ponylang
<BertolucciTalks> Okay i read the entire tutorial
<BertolucciTalks> but i still dont see
<BertolucciTalks> can functions be passed into parameters of other functions y/n?
khan has quit [Client Quit]
khan has joined #ponylang
<endformationage> BertolucciTalks: I believe they must be partially applied.
<endformationage> BertolucciTalks: An example: https://playground.ponylang.org/?gist=1e9d1c0de181e24d4b9ff13e9e8f60b6