Apple Push Notification Library for Haskell

I have been working with Apple’s Push Notification service recently and decided to make a library to send notifications with Haskell. It is very simple and has a few helpers to make notifications with an alert, sound, etc,. ApplePush Hackage ApplePush Documentation When using the library, you must use an SSL tunnel, because Haskell’s SSL support is incomplete. I use stunnel4, which works great, and offloads the SSL processing as well....

July 13, 2009 · Chris Moos

Haskell AIM Client - a cool proof of concept

Haskell has been my favorite programming language in the past month, and for good reason. Its (purely) functional and has strong, static typing. The language feels more graceful to me, where design and function are key. It is a joy to program in and I would love to keep exploring it. On my path to learning a new language, I usually try to implement something to get some real-world experience. In this instance, I have chosen to implement an Open AIM client....

May 26, 2009 · Chris Moos