..testimonials
Qomp is the concise, precise, structured, modular programming language.
  use 
    module1, module2, etc; 

  pro Intro; b Ln('Welcome to Qomp'); e;

  fun Life: byte; 
  c ALMOST = 41;
  b 
    res =. ALMOST + 1; 
  e;

  pro Notify; 
  b
    if life = 42 do Ln('Life answer: ', life);
  e;

  b
    Intro; 
    Notify;
  e.
  

Platforms?

Not specific to a certain CPU or Operating system platform, and current implementation can run on too many to list. An interpreter and byte code generation (LLVM) will most likely be available too. The first implementation of Qomp is via an existing cross platform back end compiler.

When?

Soon. An installer is being worked on.

Who?

Qomp the language was thought up by the five hundred and five in Canada.

Implementations Available

Currently Qomp has an implementation powered by the back-end originally crafted by Florian Klampfl and friends. Qomp makes use of existing infrastructure, modules, and optimizations from an already proven successful compiler.

Other implementations are of course possible. Qomp will not limit itself to a specific product implementation, although the first available compiler and literature will heavily define the direction of Qomp and Qomp standards.

Head Start

Qomp can compile existing source code already written by thousands of other software developers from the fpc and delphi communities, and can link to Cee code.