Cai Bingjun
Cai Bingjun
const and let should be different. I think carbon should have both of them at the same time. const is a compile time constant and let is a runtime constant...
> > const and let should be different. I think carbon should have both of them at the same time. const is a compile time constant and let is a...
> Although this may be reminiscent of what happens behind the scenes, I think C++ developers are likely to find it a bit harder to switch to such syntax. Maybe...
> which page do you mean? https://ziglang.org/documentation/0.9.0/ and https://ziglang.org/documentation/0.9.0/std/ Of course the versions can be different, but I don't think master needs to be translated
I do not understand why https://ziglang.org/documentation/0.9.0/ and https://ziglang.org/documentation/0.9.0/std/ have a different appearance
> currently i disagree with the translation of documention. because the concepts and words are very simple and the programmer is expected to know this words. there is also no...
> there is no latest stable version I mean the version with the version number, not the dev (master) version. Learn page say that 0.9.0 is Latest Stable
> its the latest release, not the latest stable. i'll open an issue to have the copy fixed It doesn't hurt that,I just want to say that the version to...
> its the latest release, not the latest stable. i'll open an issue to have the copy fixed If version 1.0 comes, will the page have to be changed again?
@timi-liuliang