Skip to content
@zom-lang

Zom

Zom is a AOT compiled programming language, the code generation and compilation is made with LLVM.

⚡ Zom Language

Zom is a Ahead Of Time compiled programming language, the code generation and compilation is made with LLVM.

  • Ahead of Time compiled programmaing language, that mean you will have great performance, because the transformation of the source code to assembly is done before. Contrary to Just In Time compilation who's occur at the same time as the execution.
  • Statically typed, Zom solves types at compile time, and not at run time.
  • Performance, because Zom is Ahead of Time compiled, all the hard work is done before the execution. And because Zom uses LLVM, a bunch of optimization is made at compile-time.
  • Safety and Simplicity, Zom is safe and simple at the same time, because it doesn't have a very strict design.
  • Memory managment, Zom use static analysis and a system inspired by the Rust Borrow checker.

For the moment some of the features are not yet implemented.

Pinned

  1. zom zom Public

    Zom is a Ahead Of Time compiled system programming language.

    Rust 5 2

Repositories

Showing 4 of 4 repositories
  • zom Public

    Zom is a Ahead Of Time compiled system programming language.

    Rust 5 2 7 0 Updated Apr 6, 2024
  • rfcs Public

    This maintains proposals through the RFC process for changes to Zom.

    Markdown 1 Apache-2.0 0 1 0 Updated Aug 12, 2023
  • vscode-ext-zom Public

    VSCode extension for highlighting for Zom Lang.

    Shell 1 Apache-2.0 0 0 0 Updated Jul 30, 2023
  • .github Public
    0 0 0 0 Updated Jul 2, 2023

Top languages

Loading…

Most used topics

Loading…