Skip to content
@csq-lang

C² Language

A low-level language built for simplicity and complete control.
logo

C² Language

A simple and efficient programming language designed for modern software development.

Overview

C² is a compiled language that combines the performance of low-level languages with the simplicity and readability of high-level languages.

It tries to be as pragmatic as possible, avoiding abstraction and letting the user control the behavior of the language, instead of they being controlled by C².

Features

  • Static typing with type inference
  • Memory safe compilation
  • Fast execution
  • Simple syntax
  • Cross-platform support

Getting Started

Basic Syntax

Variables and Types

int count = 10;
double pi = 3.14159;
bool active = true;
ulong id = 9143145u;

Functions

int add(int a, int b) {
    return a + b
}

Control Flow

if (count > 5) {
    // Greater than
} else {
    // Less or Equal than 
}

You can find more information here

Pinned Loading

  1. csquared csquared Public

    Official source of the C² language.

    C 6 2

  2. spec spec Public

    The specification of C to the power of 2.

    CSS

  3. csq-lang.github.io csq-lang.github.io Public

    Main website! Made with Hugo.

Repositories

Showing 6 of 6 repositories
  • csquared Public

    Official source of the C² language.

    csq-lang/csquared’s past year of commit activity
    C 6 MIT 2 0 0 Updated Mar 19, 2026
  • csq-documentation Public

    The documentation of C to the power of 2.

    csq-lang/csq-documentation’s past year of commit activity
    CSS 0 MIT 0 0 0 Updated Mar 18, 2026
  • csq-lang.github.io Public

    Main website! Made with Hugo.

    csq-lang/csq-lang.github.io’s past year of commit activity
    0 MIT 0 0 0 Updated Mar 17, 2026
  • spec Public

    The specification of C to the power of 2.

    csq-lang/spec’s past year of commit activity
    CSS 0 MIT 0 1 0 Updated Mar 17, 2026
  • .github Public
    csq-lang/.github’s past year of commit activity
    0 0 0 0 Updated Mar 17, 2026
  • examples Public

    Official examples for C² programming language

    csq-lang/examples’s past year of commit activity
    0 MIT 0 0 0 Updated Feb 8, 2026

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…