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
atk has quit [Quit: Well this is unexpected.]
atk has joined #ponylang
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 260 seconds]
kelcecil has joined #ponylang
<kelcecil> What kind of awesomeness happens in here?
theodus has joined #ponylang
<SeanTAllen> often quiet kelcecil
<SeanTAllen> most of the activity is oddly enough, usually on weekdays
<kelcecil> Don't worry. I like to talk.
mvzink has joined #ponylang
<theodus> How long does Homebrew usually take?
mvzink has quit [Ping timeout: 260 seconds]
theodus has quit [Quit: Page closed]
<SeanTAllen> anywhere from an hour to 24 hours theodus
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 260 seconds]
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 268 seconds]
jemc has joined #ponylang
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 260 seconds]
kelcecil has quit [Ping timeout: 260 seconds]
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 250 seconds]
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 250 seconds]
mvzink has joined #ponylang
jemc has quit [Ping timeout: 244 seconds]
mvzink has quit [Ping timeout: 260 seconds]
c355e3b has quit [Quit: Connection closed for inactivity]
mvzink has joined #ponylang
jemc has joined #ponylang
mvzink has quit [Ping timeout: 244 seconds]
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 248 seconds]
jemc has quit [Ping timeout: 248 seconds]
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 250 seconds]
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 268 seconds]
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 244 seconds]
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 260 seconds]
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 244 seconds]
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 248 seconds]
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 260 seconds]
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 250 seconds]
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 260 seconds]
adamkittelson_ has joined #ponylang
hakvroot_ has joined #ponylang
kajstrom_ has joined #ponylang
FrozenFox has joined #ponylang
dom96_ has joined #ponylang
FrozenFox has quit [Changing host]
FrozenFox has joined #ponylang
DarkFox has quit [Killed (wilhelm.freenode.net (Nickname regained by services))]
FrozenFox is now known as DarkFox
hakvroot has quit [*.net *.split]
dom96 has quit [*.net *.split]
kajstrom has quit [*.net *.split]
adamkittelson has quit [*.net *.split]
dom96_ is now known as dom96
adamkittelson_ is now known as adamkittelson
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 250 seconds]
lisael_ is now known as lisael
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 240 seconds]
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 268 seconds]
_whitelogger has joined #ponylang
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 248 seconds]
yggdr has joined #ponylang
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 250 seconds]
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 260 seconds]
mvzink has joined #ponylang
c355e3b has joined #ponylang
mvzink has quit [Ping timeout: 260 seconds]
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 260 seconds]
_andre has joined #ponylang
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 248 seconds]
mvzink has joined #ponylang
mvzink has quit [Ping timeout: 240 seconds]
mvzink has joined #ponylang
dinfuehr has quit [Ping timeout: 268 seconds]
dinfuehr has joined #ponylang
mvzink has quit [Ping timeout: 250 seconds]
so has quit [*.net *.split]
so has joined #ponylang
so has quit [*.net *.split]
jemc has joined #ponylang
mvzink has joined #ponylang
amclain has joined #ponylang
jemc has quit [Quit: WeeChat 1.4]
jemc has joined #ponylang
Matthias247 has joined #ponylang
jemc has quit [Ping timeout: 260 seconds]
jemc has joined #ponylang
btbytes has joined #ponylang
btbytes has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
btbytes has joined #ponylang
Unit158 has joined #ponylang
<Unit158> Hi all, I'm just curious to see if there are some GUI and audio wrappers already made for pony.
_andre has quit [Quit: leaving]
<SeanTAllen> Unit158: I think someone was working on some audio stuff. TwoNotes is/was but I'm not really sure exactly what he is doing. Someone was doing something GUI related but there's no "this is it" wrappers.
<Unit158> Cool, thanks :)
<Unit158> The no crashes part of pony is super attractive for live settings
<doublec> Unit158: I have an example of using SDL from Pony but that's about the only GUI stuff I've tried
<doublec> There may or may not be thread issues in it - I need to investigate SDL's requirements of functions that need to be locked to a thread, if any.
<jemc> Unit158: it's also worth noting that the crash safety guarantees kind of go out the window when you start using FFI (wrapping C libraries) - it's up to the FFI-using developer to make sure guarantees will properly hold (not to mention the stability of the C lib being wrapped)
<SeanTAllen> Unit158: also the no crashes are great except for where we have bugs in the runtime. Its more theory than practice at the moment. That said, we are writing a lot of very fast code in Pony where I work and have far fewer crashes than we would with C. The Pony team takes crashes very seriously and aim to fix them asap when reported.
btbytes has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Unit158> Low-latency audio on windows sucks, so I might not get very far anyway. Thanks for the help though guys :)
<SeanTAllen> Unit158: there's a virtual users' group presentation on PonyGame on Thursday. Nick has been working on a Pony package for using DirectX. That might be of interest to you.
<Unit158> nah, I'm looking to interface with something like ASIO or WASAPI. Unfortunately, I haven't done much programming where I have actually had to write my own wrappers.
<Unit158> However, it is a neat idea nonetheless and I wish him luck with it.
btbytes has joined #ponylang
btbytes has quit [Quit: Textual IRC Client: www.textualapp.com]
Matthias247 has quit [Read error: Connection reset by peer]
jemc has quit [Ping timeout: 250 seconds]