Hello Haskell enthusiasts,

For a couple of months now I’ve been working on a framework for writing chat bots in Haskell.
The project is very heavily inspired by Hubot (https://hubot.github.com/) and for the most part mimics its API.
However it provides all the nice Haskell features, such as type safety and running as compiled code, rather than interpreted.

If you’re curious check it out, I’d love some feedback.

(Verbose) Documentation: http://marvin.readthedocs.io

Package: https://hackage.haskell.org/package/marvin

Source code repository: https://github.com/JustusAdam/marvin

Suggestions and issues: https://github.com/JustusAdam/marvin/issues


Regards,
Justus