Interfacing LIRC with Haskell
I've been using pyLirc while prototyping a small application in Python. For performance reasons (among others) I'm moving to Haskell, but can't find any modules providing similar functionality. Should I just stick with "lirc_client.h" or are there any alternati开发者_运维知识库ves?
There's no Haskell binding to Lirc yet. It doesn't look too hard.
精彩评论