Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

discussion on whether dproto would belong in google/protobuf or not #119

Open
timotheecour opened this issue Jul 14, 2017 · 1 comment
Open

Comments

@timotheecour
Copy link
Contributor

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++)

There are other differences.

So not sure how well it fits within https://github.com/google/protobuf

@denizzzka
Copy link
Contributor

Here is new project https://github.com/dcarp/protobuf-d what implements plugin for Google's protoc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants