[Haskell-cafe] Rewriting a Python application to Haskell

Bulat Ziganshin bulat.ziganshin at gmail.com
Sat Sep 2 03:08:42 EDT 2006


Hello basvandijk,

Friday, September 1, 2006, 6:38:43 PM, you wrote:

> 2) Also, we use pySerial [4] for serial communication with the
> detector. Is there something like that for Haskell or is it easy to make it yourself?

i never hear about such library for Haskell. you can use ffipkg
utility (http://haskell.org/haskellwiki/FFI_imports_packaging_utility)
to easily generate binding to appropriate C library. then,
my Streams library can be used on top of this:
http://haskell.org/haskellwiki/Library/Streams
http://haskell.org/haskellwiki/Library/AltBinary


-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list