abooij / sudbury

Haskell implementation of the wayland protocol
MIT License
88 stars 5 forks source link

Extract the juices #23

Open abooij opened 7 years ago

abooij commented 7 years ago

This is slowly becoming a fairly serious project, so it probably contains several pieces of code that really should be generalised and released as standalone packages. I don't know what they are, but this issue highlights the efforts to find them.

abooij commented 7 years ago
abooij commented 7 years ago

Another new thing that we going to be doing (but aren't yet) is to generate APIs (namely the safe Haskell interface, based on a wayland XML protocol file). So perhaps we could think about doing this in a nice way. Maybe we can use ezyang's backpacks?