Updated Go2GenericsFeedback (markdown)
diff --git a/Go2GenericsFeedback.md b/Go2GenericsFeedback.md
index 0a7807d..b06204c 100644
--- a/Go2GenericsFeedback.md
+++ b/Go2GenericsFeedback.md
@@ -9,3 +9,8 @@
- \<name\>, “[\<title\>](<link>)”, \<month\> \<year\>
- \<name\>, “[\<title\>](<link>)”, \<month\> \<year\>
- etc.
+
+
+## Quick comments
+
+ - Dag Sverre Seljebotn: C++ has a huge problem with people abusing metaprogramming ("generics") to do compile-time metaprogramming. I really wished Go had gone down the path of Julia, which. Even if it is kept strictly at a compile-time barrier and no run-time code generation, this would at least avoid all the bad tendencies we see in the C++ world that comes from their templating system. Link: https://docs.julialang.org/en/v0.6.1/manual/metaprogramming/
\ No newline at end of file