Re: [Haskell-cafe] Review request for my baby steps towards a platform independent interactive graphics using VNC

2010-11-06 Thread Sebastian Fischer
On Nov 4, 2010, at 3:48 PM, C K Kashyap wrote: Also, any reference/suggestion on how I could go about using a state machine to deal with the RFB protocol. A simple way to model state machines is to use one function for each state. Each function calls the functions corresponding to

[Haskell-cafe] Review request for my baby steps towards a platform independent interactive graphics using VNC

2010-11-04 Thread C K Kashyap
Hi, I started with the implementation of a VNC server library intended to be used as a library for rendering graphics and interacting with the user(mouse/keyboard). I'd appreciate it very much if I could get some feedback on my approach to binary parsing and Haskellism. Also, any