Skip to content
@gom-lang

The Gom Programming Language

Gom is a statically typed, multi-paradigm programming language based on a subset of the ECMAScript (and Rust) syntax but providing type-safety and concise syntax. It can be interpreted or compiled to LLVM IR. It takes inspiration from AssemblyScript and makes it more approachable to learn compiler construction.

Here’s a typical hello world program in Gom:

import io;

fn main() {
	io.log("Hello, world!");
}

Pinned Loading

  1. gom gom Public

    The Gom programming language

    TypeScript

Repositories

Showing 4 of 4 repositories
  • compiler-course Public

    Writing a Compiler in TypeScript - Website

    gom-lang/compiler-course’s past year of commit activity
    MDX 0 0 0 0 Updated Feb 2, 2025
  • gom Public

    The Gom programming language

    gom-lang/gom’s past year of commit activity
    TypeScript 0 MIT 0 0 0 Updated Jan 29, 2025
  • gom-lang/gom-lang.github.io’s past year of commit activity
    0 MIT 0 0 0 Updated Jan 27, 2025
  • .github Public
    gom-lang/.github’s past year of commit activity
    0 0 0 0 Updated Jul 18, 2024

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…