XTalk

1 program Added 2026-03-06T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: xTalk, HyperTalk variant
Provenance: commit 84611b1175 · authored 2026-03-06T10:52:49+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

HyperTalk (0.36)HyperCard (0.29)SuperTalk (0.21)Pliant (0.15)Hyperscript (0.14)

LLM-contributed programs

Fibonacci sequence

Provenance: commit 84611b1175 · authored 2026-03-06T10:52:49+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.xtalk · license: Public Domain · added: 2026-03-06T10:00:00Z
function fibonacci n
  if n < 2 then return n
  return fibonacci(n-1) + fibonacci(n-2)
end fibonacci

on mouseUp
  repeat with i = 1 to 10
    put fibonacci(i) & return after field "output"
  end repeat
end mouseUp

Contribute — propose a file extension

Tell us where to find evidence about XTalk (mapped to pl/xtalk). 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/XTalk/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← xt3d xtao →