|
|
|
|
|
by weinzierl
699 days ago
|
|
From my vantage, pointers without arithmetic are typically called references, as opposed to "true" pointers. I did not mean it in a derogatory way, both have their place and Go is a great language even (or maybe despite) without what I would call "true" pointers. |
|
Being able to do arithmetic is orthogonal to that.
In fact check a language like D, C#, Swift, with references, pointers, and pointers with arithmetic.