Nawab has quit [Remote host closed the connection]
Nawab has joined #ponylang
Nawab has quit [Remote host closed the connection]
endformationage has quit [Quit: WeeChat 2.3]
_whitelogger has joined #ponylang
nisanharamati has quit [Quit: Connection closed for inactivity]
srenatus has joined #ponylang
inoas has joined #ponylang
svdvonde has joined #ponylang
Nawab has joined #ponylang
svdvonde has quit [Ping timeout: 256 seconds]
inoas has quit [Quit: inoas]
rjframe has joined #ponylang
rjframe has quit [Quit: Leaving]
rjframe has joined #ponylang
rjframe has quit [Quit: Leaving]
aturley has quit [Quit: aturley]
profetes has joined #ponylang
aturley has joined #ponylang
<SeanTAllen>
svdvonde sorry i missed your messages, ive been sick (and still am)
endformationage has joined #ponylang
inoas has joined #ponylang
<_andre>
does anyone know of a xml package for pony?
<slfritchie>
_andre: I think that aturley was working on one, perhaps has part of his Pony Advent of Code series this year ... but I haven't been following too closely, sorry. My dim memory is that he was using a library in C or C++ and then using it via Pony's FFI.
<aturley>
_andre i started writing some pony wrapper code around xmllib2.
<aturley>
i haven't pushed anything, but i'd be happy to share what i've got via a gist or something.
<aturley>
it isn't too sophisticated.
<aturley>
_andre are you trying to read xml or write xml or both?
<_andre>
aturley: both
<_andre>
although i don't need anything really complex... we have this old API here at work and it would be fun to be able to use pony with it