> cat /dev/github | grep security-tools
discovered 03 Aug 2026

borgo

via awesome-list
→ View on GitHub
Borgo is a programming language designed to offer a balance of expressiveness and simplicity, transpiling to Go for backend compatibility. It features algebraic data types, pattern matching, and modern error handling paradigms, notably using `Option<T>` and `Result<T, E>` types to enhance type safety and code clarity. The language's syntax is inspired by Rust, enabling developers to write concise and robust applications while leveraging existing Go libraries.