ampc 0.1.0-alpha

Compiler for the Amp language
ampc-0.1.0-alpha is not a library.
Visit the last successful build: ampc-0.5.0-alpha

Overview

:warning: For legal reasons, I must warn you that the bold claims in this section aren't necessarily true, yet.

Amp focuses on:

  • Performance :zap: Amp's performance rivals that of C and C++.
  • Simplicity :art: Amp focuses on less, but more powerful features.
  • Speedy compilation :motorcycle: Amp's simple design enables competitive compile times.
import "Std";

export func Main() {
    Std.Println("Hello, world!");
}