ampc

Crates.ioampc
lib.rsampc
version0.5.0-alpha
sourcesrc
created_at2023-03-14 06:47:26.514387
updated_at2023-06-06 15:42:42.969928
descriptionCompiler for the Amp language
homepagehttps://github.com/amp-lang/amp
repositoryhttps://github.com/amp-lang/amp
max_upload_size
id809585
size1,622,274
Zack (trimorphdev)

documentation

README

Overview

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!");
};
Commit count: 64

cargo fmt