4

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?

akosch
  • 4,326
  • 7
  • 59
  • 80

1 Answers1

2

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

Don Stewart
  • 137,316
  • 36
  • 365
  • 468