From d97a747a55004d09ab3b8f23c5f44fa8386004dc Mon Sep 17 00:00:00 2001 From: Judson Lester Date: Fri, 4 May 2018 12:09:26 -0700 Subject: [PATCH] Updated ExperienceReports (markdown) --- ExperienceReports.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ExperienceReports.md b/ExperienceReports.md index c5e5be99..519db4fb 100644 --- a/ExperienceReports.md +++ b/ExperienceReports.md @@ -132,6 +132,7 @@ code generation to avoid this [#70](https://github.com/go-kit/kit/issues/70) [#3 a complex solution for the problem. - Xavier Leroy, "[A modular module system](http://gallium.inria.fr/%7Exleroy/publi/modular-modules-jfp.pdf)", paper about module description for generics. - Tobias Gustafsson, "[Experiences implementing PEDS](https://github.com/tobgu/peds/blob/master/experience_report.md)", PEDS is a set of statically type safe, immutable/persistent, collections. November 2017 + - A Googler "[govisor/generics.go] (https://github.com/google/gvisor/blob/master/tools/go_generics/generics.go)". April 27, 2018 ## Immutability - Kurtis Nusbaum "[Why I'm So Frustrated With Go](https://hackernoon.com/why-im-so-frustrated-with-go-97c0c4ae214e)," June 2017