funQ is a functional domain specific programming language with affine types. The syntax and type system is based on the theoretical quantum lambda calculus, described here.
You need to have stack installed. Some users may also have to install blas
and lapack
.
$ git clone https://github.com/NicklasBoto/funQ.git
$ cd funQ
$ stack install
Make sure you have the install location on your PATH
(stack will tell you where this is).