Live data from Hacker News

A HL Programming Language for Quantum Computers

news.ycombinator.com

1–2 of 2 posts

A HL Programming Language for Quantum Computers

#1
Hi, I've designed and implemented a higher-level programming language for quantum computers. It essentially makes creating classical oracles for use in quantum circuits much easier, by defining C-style arithmetic/logical operations on qregs and having a compiler pass to estimate qubit counts prior to compilation, which, btw compiles to QASM for use on IBM systems. Does this seem interesting to people? Would anyone like to learn more about it?