Show HN: Cyber+ – a security-focused programming language
CzaxTanmay Saturday, January 17, 2026Hi HN, I’m the creator of Cyber+, a programming language focused on cybersecurity and system-level tooling. Cyber+ started as an experimental project, but it has now reached a stable stage with a defined syntax, runtime, and standard commands. It is designed for tasks like security scripting, hashing, scanning, and automation, while keeping the language simple and readable. Example code for Hello World ----------------------------- Compute("Hello World"); ----------------------------- I bet Cyber+ will feel even easier than Python or Go. ----------------------------- The language is implemented in Go, and the full source code, documentation, and installer are available on GitHub via the website. I’d really appreciate feedback on the language design, syntax choices, and real-world use cases where this could be improved or simplified. Thanks for taking a look.