Hi HN I’m the creator of Cyber+.
Cyber+ is an open-source programming language designed specifically for cybersecurity tasks like scanning, reconnaissance, and security automation. I built it because general-purpose languages felt too heavy and verbose for quick security workflows.
The project is still experimental, but it’s runnable and includes a basic interpreter and examples. I’d really appreciate feedback on:
- The language design and syntax
- Whether a security-focused DSL is useful in practice
- What features would matter most to you
Repo: https://github.com/TanmayCzax/Cyber-Programming-language-Alp...