From 7a7189fd349d3e8527df7f61eca05fa11bd6ff82 Mon Sep 17 00:00:00 2001 From: Beoran Date: Thu, 27 Jun 2019 09:47:14 +0200 Subject: [PATCH] Added my hygienic macros proposal as an alternative for generics. --- Go2GenericsFeedback.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Go2GenericsFeedback.md b/Go2GenericsFeedback.md index b16c64e5..3567e7c9 100644 --- a/Go2GenericsFeedback.md +++ b/Go2GenericsFeedback.md @@ -79,6 +79,8 @@ As the amount of feedback grows, please feel free to organize or reorganize this ## Counterproposals +- Beoran, "[Hygienic Macros](https://github.com/golang/go/issues/32620)", June 2019 + - Randy O'Reilly, "[Generic Native Types](https://gist.github.com/rcoreilly/bfbee2add03c76ada82810423d81e53d)", June 2019 - Michal Štrba, "[Giving up restricting types](https://gist.github.com/faiface/e5f035f46e88e96231c670abf8cab63f)", May 2019