Hacker News new | ask | show | jobs
by mathisd 928 days ago
Python is duck typed as it support dynamic type, whereas Go doesn't. Yet you can do polymorphism in Go and aside that difference I think Go interface are duck typed.