← Back to context Comment by coolgoose 7 hours ago You are comparing apples to oranges, and go is pretty strong typed 1 comment coolgoose Reply ReflectedImage 7 hours ago I'm comparing a program with itself.Go only has basic types and interfaces to emulate duck typing (structural typing). The type complexity in Go is rather on the low side of things.
ReflectedImage 7 hours ago I'm comparing a program with itself.Go only has basic types and interfaces to emulate duck typing (structural typing). The type complexity in Go is rather on the low side of things.
I'm comparing a program with itself.
Go only has basic types and interfaces to emulate duck typing (structural typing). The type complexity in Go is rather on the low side of things.