Welcome to the official site of the Qu Programming Language.
Qu is a general purpose object oriented programming language. It is a procedural
and a semi-dynamic language (type is optional) with a clean syntax
and high productivity rate. The object oriented philosophy is very flexible,
designed such that you can exercise new programming styles. Qu does not force you to
use object oriented. The choice is yours. Qu is written in C, is an open source
program published under the GNU General Public License (GPL), free for everyone.
|
Hello World in Qu
You don't need:
- newline escapes
- semicolons
- a "main" method
- a print function
'Hello World!'
|