Replies: 1 comment 1 reply
-
I'm converting this to a discussion. We use issues for things that can be addressed by a PR, and this feels more like general commentary to me (I have no real thoughts on this, we haven't really discussed metaprogramming much). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sean Baxter is doing some wicked, wicked work on generics and meta programming with his Circle C++ compiler and it works and compiles C++, it just adds a lot of nice features. I would highly recommend Carbon takes a page from what he’s doing there. An example is his cppcon presentation https://youtu.be/15j4bkipuAg.
○ Templates, completed
○ Member traits
○ Circle Imperative Arguments (CIA)
○ Pack metafunctions
Beta Was this translation helpful? Give feedback.
All reactions