▲ | aw1621107 5 days ago | |||||||||||||||||||||||||
> But Safe C++ and Circle are different languages, right? Eh, bit of a mixed bag, I think, depending on the context in which the words are used. "Circle" can refer to the compiler/toolchain or the set of C++ extensions the compiler implements, whereas Safe C++ is either the proposal or the extensions the proposal describe. As a result, you can say that you can compile Safe C++ using Circle, and you can also describe Safe C++ as a subset of the Circle extensions. I wouldn't exactly describe the lines as well-defined, for what it's worth. > There are presumably differences between them, and I do not know what those differences are, and I do not know if those differences were documented somewhere. They're sort of documented indirectly, as far as I can tell. Compare the features in the Safe C++ proposal and the features described in the Circle readme [0]. That'll get you an approximation at least, albeit somewhat shaded by the old docs (understandable given the one-man show). > I cannot find any occurrences of "reference implementation" in the Safe C++ draft. The exact words "reference implementation" may not show up, but I think this bit qualifies (emphasis added): > Everything in this proposal took about 18 months to design and implement in Circle. [0]: https://github.com/seanbaxter/circle/blob/master/new-circle/... | ||||||||||||||||||||||||||
▲ | saghm 4 days ago | parent [-] | |||||||||||||||||||||||||
If they're the same language, then I think it's a fair objection that it's closed-source, as some people might find using a closed-source compiler to be unsuitable as a replacement for the existing open source C++ ones. If it's not the same language, then it's not clear that Safe C++ actually exists today, so it also seems fair that people might be interested in alternatives that they expect might be available sooner. | ||||||||||||||||||||||||||
|