Search code examples
haskellffiremote-controlclient-library

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 alternatives?


Solution

  • There's no Haskell binding to Lirc yet. It doesn't look too hard.