Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

>so even though Python doesn't have generics, one absolutely would have good cause to miss them going from Python to Go.

Not really, since you can always just use interface{} for everything and get all the dynamism back.

Generics is when you want to have both (dynamism and safety).



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: