Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
slrz
on March 30, 2022
|
parent
|
context
|
favorite
| on:
Generics can make your Go code slower
What is it that Go supposedly calls casting? The term (or its variations) does not show up in the language specification.
People sometimes use it for type conversions but that's in line with usage elsewhere, no?
merely-unlikely
on March 31, 2022
[–]
Are you talking about type assertions? It's right there in the Go Tour. But that's a different thing than a type conversion.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
People sometimes use it for type conversions but that's in line with usage elsewhere, no?