the qu programming language · www.qu-lang.org
What is Qu?
- Qu is a general purpose object oriented programming language.
- Qu is a procedural semi-dynamic language. Type is optional.
- Qu has a clean syntax.
- Qu's object oriented philosophy is flexible. OO is style! The choice is yours.
- Qu is entirely written in C.
- Qu runs on 64 bits machines.
- Qu is free (as in free lunch), published under the GNU General Public License (GPL).
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