Monday, December 17, 2018

Limitation of golang

The following are not yet feasible in golang compared to C/C++ (according to my understanding in Dec 2018):
  • const could not be specified for a function parameter.  const could be specified in C/C++ so that compilation error is shown if modification is attemped. This is not possible in golang.
  • Template is not available

No comments:

Post a Comment