gmcabrita has quit [Quit: Connection closed for inactivity]
chemist69 has quit [Ping timeout: 240 seconds]
chemist69 has joined #ponylang
jemc has quit [Ping timeout: 240 seconds]
vaninwagen has joined #ponylang
gmcabrita has joined #ponylang
K4rolis has joined #ponylang
<K4rolis>
hello again pony experts! I'd like to know whether it's possible to do some performance profiling on pony programs. However, I must admit that I don't have much experience in this sort of thing, so if it's quite complicated I'm not sure whether I can spend the time on this
<K4rolis>
but thought worth to ask anyway :)
aav has quit [Ping timeout: 256 seconds]
mrkishi has quit [Read error: Connection reset by peer]
_andre has joined #ponylang
aav has joined #ponylang
aav has quit [Quit: Lost terminal]
<SeanTAllen>
K4rolis: you can use standard profilers such as Apple's instruments, vTune etc. If you can profile a c program with it, you can profile Pony with it.
<K4rolis>
SeanTAllen: thank you, will look into this!
<SeanTAllen>
you're welcome
staticassert has joined #ponylang
<staticassert>
SeanTAllen: great work with the site, looks solid
<SeanTAllen>
thanks staticassert
<SeanTAllen>
now there is a place for "This week in Pony" to live
<SeanTAllen>
i'm going to update the archetype tonight
<staticassert>
Yep. Should be good
jemc has joined #ponylang
kulibali has quit [Quit: Going offline, see ya! (www.adiirc.com)]
<SeanTAllen>
i just pushed an update
<SeanTAllen>
there's more i have in mind, but its a start
vaninwagen has quit [Ping timeout: 260 seconds]
amclain has joined #ponylang
kulibali has joined #ponylang
graaff has joined #ponylang
obadz has quit [Ping timeout: 240 seconds]
obadz has joined #ponylang
jemc has quit [Quit: WeeChat 1.4]
jemc has joined #ponylang
Matthias247 has joined #ponylang
vaninwagen has joined #ponylang
bernd has joined #ponylang
bernd has quit [Client Quit]
<vaninwagen>
hi :) i have a quick question regarding array literals. they don't work with multiple values: https://gist.github.com/mfelsche/0848bbdc1edb1cdd340b6fef741b0d82 is it even a maintained feature? it only seems to be documented in the examples section of the tutorial.
<vaninwagen>
just wanted to ask before i create a github issue and be wrong.