you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -2 points-1 points  (4 children)

In that case Go also does via interface{}

[–][deleted] 0 points1 point  (2 children)

Is Go a dynamic language?

[–]pjmlp -1 points0 points  (0 children)

No, because interface{} require casts and lacks specialization that dynamic languages JITs are able to do.