On Mon, Sep 16, 2024 at 9:06 AM Dominique Devienne
Hi. How is that related to his Circle compiler?
Safe C++ is a standards proposal which adds extensions to the C++ language for implementing memory safety. Circle is a compiler which implements the Safe C++ Extensions.
And does that mean [Circle might finally be available on Windows][1]?
The work required for a complete Safe C++ extensions proposal is significant. For now the focus of development is on memory safety and completing the proposal.
Or Safe C++ and Circle are completely unrelated?
Safe C++ is an open specification of extensions to the C++ language to enable memory safety, while Circle is a compiler used to perform research in developing the Safe C++ specification. Thanks for your interest!