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

Create "library" functionality #39

Closed LSaldyt closed 4 years ago

LSaldyt commented 4 years ago

In relation to #20 and #14, create a content management system which will allow Qurry to:

Where a library is a collection of importable code, language features, quantum gates, or Qurry functionality.

LSaldyt commented 4 years ago

Code has been re-organized into a "standard library". Now all that needs to happen is that the existing loading code needs to take library names as arguments, with only the standard library as default

LSaldyt commented 4 years ago

Libraries have been added! Now the existing libraries might need to be separated/organized, but this is a separate issue!!