Hi 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.
Comments
chrisjj•2h ago
> Features
> Ethical attack simulations
Interesting. What makes these attack simulations ethical?
evanjrowley•1h ago
Morality("ethical");
Note: picking the wrong value here may result in undefined behavior.
chrisjj•2h ago
> Ethical attack simulations
Interesting. What makes these attack simulations ethical?
evanjrowley•1h ago
/s
chrisjj•1h ago