It's actually better to push work as you do it, starting with the minimal (partially) working things you have. That shows other people what you're doing and makes them more likely to join in, use it, etc. Push early, push often :-)
On Sun, Jun 29, 2014 at 11:38 PM, Armen Baghumian <[email protected]> wrote: > Yes sure, after I implemented repeat and custom type. > > > On Sun, 29 Jun 2014 17:10:01 +0200 > Pieter Hintjens <[email protected]> wrote: > >> This is cool... would you make a pull request to add it to the zproto >> project? >> >> On Sun, Jun 29, 2014 at 4:03 PM, Armen Baghumian >> <[email protected]> wrote: >> > Hello, >> > >> > For anyone whom is interested having a Golang port of Zproto codec, >> > go_codec branch in my fork [1] is an initial port of zproto_codec_c >> > to golang. >> > >> > Obviously the code isn't mature and well tested and should >> > have bugs, so bug reports are welcome and appreciated. Also if you >> > have suggestions on improving the implementation I'll be happy to >> > hear and ofcourse you can fork it as well. >> > >> > In the initial implementation everything should work except "repeat" >> > and "custom type". >> > >> > I'm also looking for a way of testing two codecs in a way to make >> > sure they're 100% compatible, I'm not sure how so I'll be more than >> > happy to hear your suggestions. >> > >> > P.S.: To generate the code use following command in /src directory: >> > >> > gsl -script:zproto_codec_go zproto_example.xml >> > >> > >> > [1] https://github.com/armen/zproto/tree/go_codec >> > >> > >> > --Armen >> > >> > _______________________________________________ >> > zeromq-dev mailing list >> > [email protected] >> > http://lists.zeromq.org/mailman/listinfo/zeromq-dev >> > >> _______________________________________________ >> zeromq-dev mailing list >> [email protected] >> http://lists.zeromq.org/mailman/listinfo/zeromq-dev > > _______________________________________________ > zeromq-dev mailing list > [email protected] > http://lists.zeromq.org/mailman/listinfo/zeromq-dev > _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
