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

Make curry callable as a python library addition atop of pyquil (fairly easy) #3

Closed LSaldyt closed 5 years ago

LSaldyt commented 5 years ago

Create an interface that adds the features in curry, and make curry use pyquil Program objects internally

LSaldyt commented 5 years ago

Done!