Skip to content
@gom-lang

The Gom Programming Language

Gom is a statically typed, compiled programming language based on a subset of TypeScript's syntax. Imagine writing TypeScript, but instead of compiling to JavaScript, it compiles to LLVM IR which can then be compiled directly to machine code.

Here’s a typical hello world program in Gom:

import io;

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

Pinned Loading

  1. gom gom Public

    The Gom programming language - like TypeScript but compiled to LLVM IR

    TypeScript 2

Repositories

Showing 4 of 4 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…