Live data from Hacker News

Gizmo, a Microservice Toolkit for Go

open.blogs.nytimes.com

1–7 of 7 posts

Re: Gizmo, a Microservice Toolkit for Go

#6
Just saw the enterprise go video mentionned in the article, and i couldn't help but think that the lack of "higher level" framework in go environment was at least in part due to the limited generic programming facilities offered by the language ( aka no class inheritence nor generics). Anyone trying to implement those kind of framework to confirm or infirm my impression ?

Re: Gizmo, a Microservice Toolkit for Go

#7
post #6

Just saw the enterprise go video mentionned in the article, and i couldn't help but think that the lack of "higher level" framework in go environment was at least in part due to the limited generic programming facilities offered by the language ( aka no class inheritence nor generics). Anyone trying to implement those kind of framework to confirm or infirm my impression ?

http://golangtutorials.blogspot.com/2011/06/inheritance-and-...