<dougmacdoug>
has anyone used pony-zmq to communicate with node.js (or some other non-pony app using zeromq ipc)
graaff has quit [Quit: Leaving]
magicbit has quit [Quit: leaving]
pcarrier_ has joined #ponylang
plietar has joined #ponylang
nyarum has joined #ponylang
pcarrier has quit [*.net *.split]
Arjan has quit [*.net *.split]
pcarrier_ is now known as pcarrier
Arjan has joined #ponylang
nyarum has quit [Remote host closed the connection]
endformationage has joined #ponylang
dougmacdoug_ has joined #ponylang
dougmacdoug has quit [Ping timeout: 260 seconds]
nyarum has joined #ponylang
nyarum has quit [Ping timeout: 260 seconds]
nyarum has joined #ponylang
nyarum has quit [Ping timeout: 260 seconds]
<dougmacdoug_>
anyone used zeromq to IPC with a diff language? going to try with nodejs
K4rolis has quit [Quit: WeeChat 1.7]
plietar has quit [Remote host closed the connection]
plietar has joined #ponylang
plietar has quit [Ping timeout: 240 seconds]
<SeanTAllen>
dougmacdoug_: that i'm not sure of. jemc would probably be the most likely to know.
nyarum has joined #ponylang
<dougmacdoug_>
should i just put 3rd party packages into the packages folder? I can get 1 to work with use "package:///xyz" but then if xyz uses even a standard package its not finding it.. (windows)
nyarum has quit [Ping timeout: 260 seconds]
inara` has joined #ponylang
inara has quit [Ping timeout: 268 seconds]
Matthias247 has joined #ponylang
<dougmacdoug_>
im battin zero today.. cant compile sodium
<SeanTAllen>
i'm not sure if jemc has kept sodium up to date.
<SeanTAllen>
if sodium doesn't compile with lastest Pony, I know jemc would appreciate a PR to fix (or an issue reporting what the problems are).
<SeanTAllen>
ah that i'm not sure about, i've never used sodium. i'd open an issue.
<SeanTAllen>
also, jemc is usually around on IRC during weekdays (PST)
plietar has joined #ponylang
<dougmacdoug_>
ok.. i'll check back in when he's on.. i am working on getting an electron front-end to work with pony.. need to get zeromq running tho..
<dougmacdoug_>
got it working a bit using stdin/out but its pretty clunky without proper messaging
<SeanTAllen>
if you need help getting pony-stable going, let me know. i'm not sure if it works on Windows. And beside that, we are lacking good documentation for it at the moment.
<FunkyBob>
it's a weekday here :P
<SeanTAllen>
thats what you get for starting it on Friday!
<FunkyBob>
pfft
<FunkyBob>
it's Moonday morning
plietar has quit [Ping timeout: 240 seconds]
Matthias247 has quit [Read error: Connection reset by peer]
Matthias247 has joined #ponylang
<dougmacdoug_>
is static array initialization documented anywhere?
Matthias247 has quit [Read error: Connection reset by peer]
<dougmacdoug_>
tried compiling zmq on releases 0.10, 0.11, and beta 0.13.2 .. every one gets different compile errors.. hanging it up for awhile probably come back to it later in the week