Skip to content
@colgm

Colgm

Colgm Compiler Project

Welcome to Colgm Compiler Project

Colgm aims to be a simple, easy-to-use and easy-to-maintain programming language. It will let you write relatively safe code without too much cognitive load. Targets supported now are LLVM IR and nasal-lang [WIP].

Now nightly-builds are available:

use std::io::{ io };

func main() -> i32 {
    io::stdout().out("hello world!).endln();
    return 0;
}

Language Guide

See simple language guide in:

See library reference in:

Pinned Loading

  1. colgm colgm Public

    Aim to be a simple, easy-to-use programming language. Let's write relatively safe code without too much cognitive load.

    Rust 22 4

  2. colgm-extension colgm-extension Public

    Extension of colgm, support sublime text/vscode/vim

    Vim Script 1

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…