| Crates.io | ampc |
| lib.rs | ampc |
| version | 0.5.0-alpha |
| created_at | 2023-03-14 06:47:26.514387+00 |
| updated_at | 2023-06-06 15:42:42.969928+00 |
| description | Compiler for the Amp language |
| homepage | https://github.com/amp-lang/amp |
| repository | https://github.com/amp-lang/amp |
| max_upload_size | |
| id | 809585 |
| size | 1,622,274 |
Amp is a general-purpose systems language built on modern standards, built for modern problems. Amp is designed as an alternative to both C and C++, with a focus on simplicity and performance.
:warning: The Amp compiler and language design is unfinished and subject to bugs and unannounced breaking changes.
import Io;
export const Main = func(): void {
Io.Println("Hello, world!");
};