Kate Gregory

Results 8 comments of Kate Gregory

No-one has said "freeze". Right now, we're working to interop with C++17. Once that's working, I am sure plenty of people will want to interop to various C++20 features. It...

Note that we are using `not` for negation. https://github.com/carbon-language/carbon-lang/blob/trunk/docs/design/expressions/logical_operators.md

FAQ entries are not written because we need to justify or explain things to get permission to do what we're doing. They are written because the same questions keep being...

Beginners don't know the term "entry point". Beginner programs may contain only one single function (or in languages that insist on it, one single class which holds one single function.)...

It is possible that a website, easily browsable and indexed by search engines, would help people who are not as comfortable with git and markdown as our current approach. It...

> Please edit the triple double-quotes into single-quotes because it maybe confusing for the beginners like me :) The triple quotes are deliberate; see https://github.com/carbon-language/carbon-lang/tree/trunk/docs/design#string-literals

> Beyond that, we are now publishing nightly builds here: https://github.com/carbon-language/carbon-lang/releases > > These should work on WSL, and don't require Bazel or anything else -- you can just extract...

I'm really liking this. A few small comments. More calling examples, ideally right after the first syntax example. "This would be invoked like this:" kind of thing. I see just...