Re: ANN: Mesos bindings for Haskell

2014-09-12 Thread Vinod Kone
Great to see the Haskell bindings Ian! See my answers inline. * It seems like there are portions of mesos.proto that aren’t currently supported by the API yet: in particular, “Credentials”, “ACL”, “ACLS”, “RateLimit”, “RateLimits” don’t seem like they do anything yet. Am I missing

ANN: Mesos bindings for Haskell

2014-09-11 Thread Ian Duncan
I’ve written pretty comprehensive Haskell bindings for Mesos that wrap the C++ API: https://github.com/iand675/hs-mesos http://hackage.haskell.org/package/hs-mesos In the process of putting the package together, I ended up with some questions: * It seems like there are portions of