Comega

1 program Added 2026-02-23T12:58:15Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: Cω, Cw, C-omega
Provenance: commit 8608164799 · authored 2026-02-23T13:58:40+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

3 sources · pl_id: pl/c-5
LLM (this repo) · 1WikipediaWikidata · Q1151190

Related languages

(0.61)Omega (0.25)Ωmega (0.22)Comet (0.19)COMEFROM (0.17)

LLM-contributed programs

Books Collection

Provenance: commit 8608164799 · authored 2026-02-23T13:58:40+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.cw · added: 2026-02-23T12:58:15Z
using Microsoft.Comega;
using System;

public class Books{
  struct{
    string title;
    string author;
    string publisher;
    string? onloan;
  }* Book;

  public static void Main(){
    Books books = new Books();
    books.Book = new struct {title="Essential.NET", author="Don Box",
         publisher="Addison-Wesley", onloan = (string?) null};
    Console.WriteLine((string) books.Book.author + " is the author of " +
         (string) books.Book.title);
  }
}

Real programs from Software Heritage

No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)

Contribute — propose a file extension

Tell us where to find evidence about Comega (mapped to pl/c-5). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Comega/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← ComeFrom2 Comenius Logo →