LSaldyt / Qurry

Qurry (was) a prototype for a functional quantum programming language. It incorporated many aspects of functional programming (Haskell, Clojure), but also took standard design philosophies from C++, Python, and other "traditional" languages. [category: quantum]
MIT License
25 stars 7 forks source link

Code compilation, running, and analysis can be cleaned up #29

Closed LSaldyt closed 4 years ago

LSaldyt commented 4 years ago

Examples should compile independently, and perhaps the interface can be nicer. Graphical output at the end of a qurry run wouldn't be the worst thing, either.

LSaldyt commented 4 years ago

Cleanup has been completed, and now all that needs to be done is to add a post-processing library

LSaldyt commented 4 years ago

Added simple post-processing, purely as example.