You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have begun working on a new Haskell implementation of flatbuffers. Would the maintainers of this repository be interested in absorbing it if I am successful?
There is a pre-existing, standalone implementation for Haskell. I think there is a lot of great stuff in there to learn from, but I also think it's possible to create a better implementation with
more standard integration with flatc,
more flexible options for high-performance usecases,
a more convenient API (For instance, the existing implementation does not offer a Builder-style interface for writing flatbuffers), and
some outstanding bugs fixed.
My WIP implementation is unfinished, and so I of course cannot yet substantiate that it is better. But assuming it was finished, and that I could substantiate that it's the best available Haskell flatbuffers implementation, would the maintainers of this repository consider merging a PR to add it in?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
I have begun working on a new Haskell implementation of flatbuffers. Would the maintainers of this repository be interested in absorbing it if I am successful?
There is a pre-existing, standalone implementation for Haskell. I think there is a lot of great stuff in there to learn from, but I also think it's possible to create a better implementation with
flatc,My WIP implementation is unfinished, and so I of course cannot yet substantiate that it is better. But assuming it was finished, and that I could substantiate that it's the best available Haskell flatbuffers implementation, would the maintainers of this repository consider merging a PR to add it in?
All reactions