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
_whitelogger has joined #ponylang
endformationage has quit [Quit: WeeChat 2.3]
_whitelogger has joined #ponylang
_whitelogger has joined #ponylang
_whitelogger has joined #ponylang
Foaly has joined #ponylang
_whitelogger has joined #ponylang
travis-ci has joined #ponylang
<travis-ci> dipinhora/ponyc#504 (cbs - 2ace4cf : dipinhora): The build failed.
travis-ci has left #ponylang [#ponylang]
plietar has joined #ponylang
dx_ob has quit [Ping timeout: 272 seconds]
dx_ob has joined #ponylang
_whitelogger has joined #ponylang
dx_ob has quit [Quit: Leaving]
plietar has quit [Quit: Connection closed for inactivity]
endformationage has joined #ponylang
Foaly has quit [Quit: Now 'mid shadows deep falls blessed sleep.]
<jdhorwitz> Last week in Pony - November 18, 2018 - https://www.ponylang.io/blog/2018/11/last-week-in-pony---november-18-2018/
<vaninwagen> ^5 jdhorwitz :)
alxs 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
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
haarts has joined #ponylang
<haarts> Silly question; I just started out with Pony. I have a double Array which I just want to dump on stdout. I noticed that env.out.print(...) really wants a String and Debug.out(...) similar. What's the canonical way?
<vaninwagen> An array of float64?
<haarts> Well, the cells contain a class instance of my own.
<haarts> let dimensions: Array[Array[Cell]]
<vaninwagen> Aaah
<haarts> to be precise
<vaninwagen> Quick way would be a function with a nested for loop and print each element
<vaninwagen> With env.out.write
<haarts> kinda `for row in dimensions.values() do ... end`
<haarts> right?
<vaninwagen> Yep
<vaninwagen> nothing fancy
<vaninwagen> Good craft, nothing against an artisan for-loop
<haarts> :)
<haarts> alright; good to know I didnt miss anything. Thanks!
<vaninwagen> If you wanna show off, use itertools.Iter
<vaninwagen> But better wear some sunglasses
<Amun_Ra> another newbie question, is there a way for accessing an array without ? if the size and index is known?
<vaninwagen> Sad story that is
<vaninwagen> No is the answer
<Amun_Ra> I see, thank you
<vaninwagen> That is some information that the compiler would need and doesnt have #damnruntime
<vaninwagen> Dependent types would help here
alxs has joined #ponylang
alxs has quit [Quit: Computer's gone to sleep. ZZZzzz…]
Maarek has joined #ponylang
<Maarek> What would be an lldb command to inspect a Map?
Maarek has quit [Ping timeout: 256 seconds]
Maarek has joined #ponylang
Maarek has quit [Quit: Page closed]
maarek_ has joined #ponylang