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•3w ago
> Features
> Ethical attack simulations
Interesting. What makes these attack simulations ethical?
evanjrowley•2w ago
Morality("ethical");
Note: picking the wrong value here may result in undefined behavior.
/s
chrisjj•2w ago
Coo. Computers never cease to amaze me! :)
CzaxTanmay•2w ago
Yeah
I also love computers
Just check it out
I will be happy if you make any changes to Cyber+ including adding new commands
CzaxTanmay•2w ago
Bro,
Even a knife can be used for 2 purposes
Hurting anyone(bad) or using it for cutting vegetables(good, I think)
chrisjj•2w ago
I's say that's one purpose from two opposite viewpoints - wielder and vegetable.
CzaxTanmay•2w ago
Fair point. By “ethical” I’m referring to the intended and documented usage — authorized testing, education, and defensive simulations. Like any security tool, it can be misused, but Cyber+ is designed and presented around consent-based scenarios rather than real-world exploitation
CzaxTanmay•2w ago
By “ethical attack simulations,” I mean simulations intended for defensive security testing, education, and controlled lab environments (e.g. local machines, intentionally vulnerable targets, or systems you own or have permission to test). Cyber+ itself doesn’t try to enforce morality in code; instead, it focuses on transparency and explicitness so it’s clear what an action does. Like most security tooling, ethical use depends on authorization, scope, and intent rather than the language alone. I’m open to improving the wording if “ethical attack simulations” feels misleading or too vague.
Try Cyber+ out. I will be very happy if you'll help by giving me some syntax ideas.
chrisjj•3w ago
> Ethical attack simulations
Interesting. What makes these attack simulations ethical?
evanjrowley•2w ago
/s
chrisjj•2w ago
CzaxTanmay•2w ago
CzaxTanmay•2w ago
chrisjj•2w ago
CzaxTanmay•2w ago
CzaxTanmay•2w ago