Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Card from "@/components/ui/Card.astro";
delivering a safe and efficient system 🐍
</Card>

Our fully atomic system leverages the [LLVM](https://llvm.org/) toolchain and libc++ by default, delivering superior diagnostics and package diversity. We're not afraid to challenge convention - thoughtfully replacing traditional components with modern alternatives that prioritize safety and reliability.
Our fully atomic system leverages the [LLVM](https://llvm.org/) toolchain and GNU libstdc++ by default, delivering superior diagnostics and package diversity. We're not afraid to challenge convention - thoughtfully replacing traditional components with modern alternatives that prioritize safety and reliability.

We closely follow the work of organizations dedicated to making software safer, including the [Prossimo project](https://www.memorysafety.org/) and their Memory Safety initiative, the [Tweede Golf](https://tweedegolf.nl/en) team, and the [Trifecta Tech Foundation](https://trifectatech.org/). By monitoring and adopting innovations from these pioneers, we can integrate proven solutions like memory-safe replacements for critical system components.

Expand Down
Loading