diff --git a/README.md b/README.md index 73cd83367..51699dea9 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,7 @@ This my own personal set of experiments, not a direction of my employer or of th I'm sharing this work because I hope to start a conversation about what could be possible _**within C++**_’s own evolution to rejuvenate C++. For now this is my personal project for my own use and experimentation, to learn some things, proof out some concepts, and share some ideas. It's currently still hilariously incomplete (e.g., as of this writing, there's no support for classes(!) — last night I just started implementing a basic `inspect` statement along the lines I [presented at CppCon 2021](https://www.youtube.com/watch?v=raB_289NxBk) and in [P2392](https://wg21.link/p2392)). This is a work in progress, that will keep evolving or will fail, and either way will generate data... this is how experiments work. -I'm sharing this to show my work, and to try to get others thinking about what could be possible if C++ could evolve in this kind of direction. - -This is one of many experiments going on across the industry looking at ways to accomplish a major C++ evolution. What makes this experiment different from the others? Two main things... +I'm sharing this to show my work, and to try to get others thinking about what could be possible in C++ itself. This is one of many experiments going on across the industry looking at ways to accomplish a major C++ evolution. What makes this experiment different from the others? Two main things... ## 1) This is about C++, not about something else