Save the list of unused language feature to a file when compile. #978
Replies: 1 comment 7 replies
-
Good timing -- I'm now (finally) adding Cpp2 and cppfront documentation. It's in progress, so parts are incomplete. Besides completeness, does this give you what you're looking for?
I have no immediate plans for this, and not much Cpp2 code has been written yet. But as more code is written, it could be a project for someone to scrape
I'm not sure what this title means? |
Beta Was this translation helpful? Give feedback.
-
I care about a stable way to make sure that everybody can easily know all the existing features. Then they can decide to learn or not to.
Background: I wrote some python recently. I'm not very good at python. Sometimes it's hard to remember the syntax like [x*x for x in range(42)]. When I need this result, I first think of some name like "map", "iota", or some function.
Also, I also would like to suggestion something like a stats of using freq of all the features. If some feature is hardly used and important, maybe we should do something.
Beta Was this translation helpful? Give feedback.
All reactions