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

"meta" issue - why c++ and not go ? #4

Open
sbinet opened this issue Oct 28, 2013 · 2 comments
Open

"meta" issue - why c++ and not go ? #4

sbinet opened this issue Oct 28, 2013 · 2 comments

Comments

@sbinet
Copy link

sbinet commented Oct 28, 2013

hi,

it would be interesting to document (probably in the wiki) why the project was migrated from Go to C++...

-sebastien

@chrisvana chrisvana reopened this Oct 29, 2013
@chrisvana
Copy link
Owner

Good idea.

Making a build system for C++ is actually a bit harder than go (they did a good job, minus a few rough edges, with the "go build" tool). Using C++ for Repobuild let me use it as a test case. Also, I found that go became hard to read/refactor after a certain point of complexity. This possibly just meant I was using it incorrectly, or just have far more expertise in C++. As a result, after I got to a certain point, I gave up on it.

@sbinet
Copy link
Author

sbinet commented Oct 29, 2013

OK.
I'd be interested in having a look at that previous version written in Go...

-s

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