(no title)
mkhattab | 10 months ago
If this assertion is correct, then effectively Go as a language is an evolutionary dead end. Not sure if I would Go fascinating in this case.
mkhattab | 10 months ago
If this assertion is correct, then effectively Go as a language is an evolutionary dead end. Not sure if I would Go fascinating in this case.
sa46|10 months ago
Go regularly makes runtime changes and language changes, see https://go.dev/blog/. Some highlights:
- Iterators, i.e., range-over-function
- Generics
- For loops: fixed variable capture
- Optimized execution tracing
- Changing the ABI from stack-based to register-based.
asp_hornet|10 months ago
styluss|10 months ago
kyrra|10 months ago
https://go.dev/blog/loopvar-preview
tgv|10 months ago