the qu programming language · www.qu-lang.org
What is Qu?

Sorry, Qu is currently in (a long) hibernation

I'm not sure when I will have the time to continue working with Qu.

Download: qu-latest.tar.gz
Just untar, configure and install.

#> tar -zxf qu-latest.tar.gz
#> cd qu
#> ./configure
#> make
#> make install


Qu is installed in /opt/qu/
To remove just trash /opt/qu/ and /usr/lib/libqu[VERSION].so whatever the version is
The docs will be installed in /opt/qu/doc/index.html

Oh and by the way, Qu runs on Linux only.

marc at centrin dot net dot id