Show HN: Q++ – A Quantum/Classical Programming Language (Open Source)

github.com

1 points by oluwaseunfunmi a day ago

Q++ is an open-source language designed to bridge classical and quantum computing with a C++-like syntax. It supports quantum memory (qregister), task-level hardware targeting (task<QPU>), and includes a runtime for wavefunction simulation, memory tracking, and scheduling.

Built for experimentation and education, it currently targets a basic IR and includes stubbed backends for Qiskit, Cirq, and others. I’m hoping to evolve this into a modular hybrid stack for future quantum workflows.

Doc: https://github.com/sefunmi4/qpp-lang/blob/main/docs/whitepap... Discord: https://discord.gg/hshnx264 Feedback and contributors welcome.