Comefrom0x10

1 program Added 2026-02-25T00:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: cf0x10, comefrom0x10
Provenance: commit db473efe63 · authored 2026-02-25T11:21:43+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

3 sources · pl_id: pl/comefrom0x10
LLM (this repo) · 1EsolangRosettacode

Related languages

COMEFROM (0.40)Comet (0.19) (0.16)Comega (0.12)Comenius Logo (0.12)

LLM-contributed programs

FizzBuzz

Provenance: commit db473efe63 · authored 2026-02-25T11:21:43+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.cf0x10 · added: 2026-02-25T00:00:00Z
fizzbuzz
  mod_three = 3
  mod_five = 5
  comefrom fizzbuzz
  n
  comefrom fizzbuzz if n is mod_three
  comefrom fizzbuzz if n is mod_five
  n = n + 1

  fizz
    comefrom fizzbuzz if n is mod_three
    'Fizz'...
    mod_three = mod_three + 3
    linebreak
      comefrom fizz if mod_three - mod_five - 3
      ''

  buzz
    comefrom fizzbuzz if n is mod_five
    'Buzz'
    mod_five = mod_five + 5

  comefrom fizzbuzz if n is 100

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 Comefrom0x10 (mapped to pl/comefrom0x10). 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/Comefrom0x10/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← COMEFROM ComeFrom2 →