Turing
1 program
Added 2025-10-22T13:20:31Z
Model: meta-llama/llama-3.1-70b-instructTemp: 0.4
Evidence
Report issue
View issues
Aliases: Turing Programming Language
Provenance: commit 1867a01d89 · authored 2025-10-22T15:20:31+02:00 · model meta-llama/llama-3.1-70b-instruct
Sources mentioning this language
7 sources · pl_id:
pl/turingWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | multi-paradigm: procedural · object-oriented · concurrent |
|---|---|
| Typing | static, manifest |
| Designed by | Ric Holt · James Cordy · Holt Software Associates |
| First appeared | 1991 |
| Influenced by | Turing · Concurrent Euclid · Euclid · Pascal · SP/k |
Extensions claimed by this language
2 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.t | linguist | primary | 2.7M files |
.tu | linguist | secondary | 2.5K files |
Related languages
LLM-contributed programs
Turing Calculator
Provenance: commit 1867a01d89 · authored 2025-10-22T15:20:31+02:00 · model meta-llama/llama-3.1-70b-instruct · Temp 0.4
var x, y : int
proc calculate
put "Enter first number: " ..
get x
put "Enter second number: " ..
get y
put "Sum is: " ..
put x + y
end calculate
calculate
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.)
Disambiguation rules
Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
| Rule | Ext | Kind | Predicates (truncated) |
|---|---|---|---|
h/linguist/.t/2 | .t | predicates | [{"kind": "any", "regexes": ["^\\s*%[ \\t]+|^\\s*var\\s+\\w+(\\s*:\\s*\\w+)?\\s*:=\\s*\\w+"]}] |