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
replying to a private email I received so others can chime in here:
Do not you think that it's time to implement generation of D code directly
into Google's protobuf compiler? As it made for C#, Go, PHP etc?
dproto takes a unique angle taking advantage of D's CTFE by allowing compile time generation of protobuf types instead of relying on a protoc step, I don't know any other languages that do that (at least in https://github.com/google/protobuf)
simpler syntax from other languages listed for getters and setters (in particular simpler compared to C++)
replying to a private email I received so others can chime in here:
dproto takes a unique angle taking advantage of D's CTFE by allowing compile time generation of protobuf types instead of relying on a protoc step, I don't know any other languages that do that (at least in https://github.com/google/protobuf)
simpler syntax from other languages listed for getters and setters (in particular simpler compared to C++)
There are other differences.
So not sure how well it fits within https://github.com/google/protobuf
The text was updated successfully, but these errors were encountered: