Qu Programming Language
Main
Others
About | Privacy policy
Copyright ©
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. It's style. The choice is yours.
  • Qu is entirely written in C.
  • Qu is free, published under the GNU General Public License (GPL).
Latest version
  • The latest version is 1.24.02 Beta.
  • The next stable version will be 1.25.
Important!
  • Now Qu runs on 64 bits Linux.
  • The object file format has been changed to cope with class attribute change. This makes old object files incompatible with the new ones. Sorry, but this fix was essential.
  • The Proc Class has been removed since it does not make much sense. You can easily call Qu functions from C once you get the Sub object.
  • The Lightning module has been removed since a couple of Qu version back. We are not certain of the GNU Lightning development and 64 bits architecture is not yet implemented.