ahkzmq

I had been using win32 com for the glue between autohotkey and python. But that was limiting with multiple machines and operating systems. So I finally got around to getting zeromq working in autohotkey: ahkzmq.

z := zstart("tcp://localhost:5555")
omsg := ["what", "else"]
zsendrcv(z, omsg)
return

Recent Pages

etc
ETC | 21 Apr 2012

org-mode to markdown
BLOG | 21 Apr 2012

Live Coding with AutoHotkey.dll.
BLOG | 21 Apr 2012

ahkzmq
BLOG | 21 Apr 2012