[Python-Dev] Proposal for C++ metaclasses (original) (raw)
Steve Dower steve.dower at python.org
Tue Jun 27 10:36:23 EDT 2017
- Previous message (by thread): [Python-Dev] __qualname__ format question
- Next message (by thread): [Python-Dev] Proposal for C++ metaclasses
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thought this might be interesting for those of us who live deeper in the language than most – this is the formal proposal to add metaclasses to C++.
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2017/p0707r0.pdf
Given the differences between Python and C++, it’s obviously got a different approach, though I am struck by the similarities. I think it’s also a good presentation on the value and use of metaclasses, so likely also interesting for those of us who occasionally teach or explain the concept.
Cheers, Steve -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20170627/3c9535c2/attachment.html>
- Previous message (by thread): [Python-Dev] __qualname__ format question
- Next message (by thread): [Python-Dev] Proposal for C++ metaclasses
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]