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
tony__ has joined #ponylang
SenasOzys has quit [Ping timeout: 260 seconds]
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
jemc has quit [Ping timeout: 250 seconds]
tony__ has quit [Ping timeout: 260 seconds]
nisanharamati has quit []
dipin has quit [Quit: dipin]
Fayerabend has joined #ponylang
Fayerabend has quit [Client Quit]
Fayerabend has joined #ponylang
Fayerabend has quit [Client Quit]
Fayerabend has joined #ponylang
Fayerabend has quit [Remote host closed the connection]
endformationage has quit [Quit: WeeChat 1.9.1]
jemc has joined #ponylang
gokr has joined #ponylang
codec1 has quit [Read error: Connection reset by peer]
codec1 has joined #ponylang
SenasOzys has joined #ponylang
vaninwagen has joined #ponylang
jemc has quit [Ping timeout: 240 seconds]
vaninwagen has quit [Ping timeout: 255 seconds]
vaninwagen has joined #ponylang
mollymorphic has quit [Ping timeout: 268 seconds]
mollymorphic has joined #ponylang
<vaninwagen> does anyone know why there is no pow function/operator on the integer primitives in pony? or is there and i just didn't see it?
vaninwagen has quit [Ping timeout: 276 seconds]
vaninwagen has joined #ponylang
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
dipin has joined #ponylang
vaninwagen has quit [Ping timeout: 260 seconds]
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
samuell has joined #ponylang
<SeanTAllen> i assume because previously folks would bitshift their way into that
<Candle> SeanTAllen: I suggest three options on https://github.com/ponylang/pony-stable/issues/22, which would be your preference? (if any!)
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
alxs has quit [Client Quit]
alxs has joined #ponylang
jemc has joined #ponylang
codec1 has quit [Read error: Connection reset by peer]
codec1 has joined #ponylang
samuell has quit [Quit: Leaving]
<SeanTAllen> commented Candle
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
jemc has quit [Ping timeout: 255 seconds]
alxs has joined #ponylang
user10032 has joined #ponylang
jemc has joined #ponylang
SenasOzys has quit [Ping timeout: 240 seconds]
SenasOzys has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
alxs has quit [Client Quit]
alxs has joined #ponylang
gokr has quit [Ping timeout: 255 seconds]
nisanharamati has joined #ponylang
alxs has quit [Read error: Connection reset by peer]
alxs_ has joined #ponylang
alxs_ has quit [Quit: Computer's gone to sleep. ZZZzzz…]
alxs has joined #ponylang
SenasOzys has quit [Ping timeout: 240 seconds]
SenasOzys has joined #ponylang
<jemc> @cquinn: was working for real with the new `cli` package you wrote for the first time last night, and couldn't figure out how to create a CLI program that took only options, without needing a subcommand - is this not possible, or was I just missing something?
_andre has quit [Quit: leaving]
<jemc> as in, just creating a CLI program whose invocation looks like `myserver -p 9999` - when I tried to do so, I was getting "Error: missing subcommand at: 'myserver'"
<slfritchie> jemc I managed to do it in https://github.com/ponylang/ponyc/blob/master/examples/message-ubench/main.pony#L41-L57 ... but I confess I didn't know if it was proper use of the API or not.
<slfritchie> A faint memory says that the `ArgSpec.string_seq("", "")` in the third arg's array was needed. Or, rather, an empty array for the 3rd arg didn't work.
<jemc> hm, thanks for the clues - I'll investigate it further tonight :)
<jemc> if you managed it, then so can I :)
<jemc> (by looking at what you did, that is)
<jemc> I was a bit worried that it was impossible
<aturley> i'll second what slfritchie said. that's what i was coming up with when i was playing around with it.
<aturley> anybody else doing advent of code (https://adventofcode.com)?
<aturley> the problems are very simple. i'm using it as an excuse to explore parts of the pony standard library that i haven't looked at in a while.
<jemc> I think some of mycoworkers are doing it as an excuse to learn new languages
<SeanTAllen> sounds like we are definitely in need of better CLI docs
<jemc> it's possible that the empty-array-not-working behavior is an unintended bug, as the use-an-empty-argspec workaround is a bit ugly
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
codec1 has quit [Read error: Connection reset by peer]
user10032 has quit [Quit: Leaving]