|
|
|
|
|
by pentelkuru
4206 days ago
|
|
You should be able to get up and running with Go extremely quickly if your default language is C. If there's a reason you must be using C rather than another language (require manual memory management, require code to be as fast as possible, etc.), then Go might not be applicable. Otherwise, Go feels like an updated C and I don't see a compelling reason not to invest a little time in checking it out for yourself. |
|
It's also pretty easy to write the performance critical parts of the code in C and call them from Go.