Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Q#

< >

Q# is a programming language created in 2017.

#1591on PLDB 7Years Old 768Repos
Homepage · REPL


Example from Riju:
namespace main { open Microsoft.Quantum.Canon; open Microsoft.Quantum.Intrinsic; @EntryPoint() operation Main() : Unit { Message("Hello, world!"); } }
Example from hello-world:
namespace Quantum.HelloWorld { open Microsoft.Quantum.Canon; open Microsoft.Quantum.Intrinsic; operation HelloWorld() : Unit { Message("Hello World"); } }
namespace open as operation function body adjoint newtype controlled if elif else repeat until fixup for in while return fail within apply Adjoint Controlled Adj Ctl is self auto distribute invert intrinsic let set w/ new not and or use borrow using borrowing mutable

Language features

Feature Supported Example Token
Conditionals ✓
Functions ✓
While Loops ✓
Comments ✓ // A comment
Line Comments ✓ // A comment //
Strings ✓ "

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0