RAPTOR
1 program
Added 2026-02-16T12:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Rapid Algorithmic Prototyping Tool for Ordered Reasoning
Provenance: commit f6bf1976ff · authored 2026-02-16T17:07:15+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/raptorWikipedia 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 | structured · imperative |
|---|---|
| Typing | weak |
| Designed by | Martin Carlisle |
| Influenced by | Flowcharts |
| License | GNU General Public License (free software) |
| Homepage | http://raptor.martincarlisle.com |
Extensions claimed by this language
1 claim. 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 |
|---|---|---|---|
.rap | wikipedia | proposed | 35.8K files |
Related languages
LLM-contributed programs
Hello World
Provenance: commit f6bf1976ff · authored 2026-02-16T17:07:15+01:00 · agent claude-code · model sonnet · WebSearch disabled
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<RAPTOR_program>
<Start>
<Name>Start</Name>
<ID>1</ID>
<X>200</X>
<Y>50</Y>
</Start>
<Output>
<Name>Output</Name>
<ID>2</ID>
<X>200</X>
<Y>150</Y>
<Expression>"Hello, World!"</Expression>
</Output>
<End>
<Name>End</Name>
<ID>3</ID>
<X>200</X>
<Y>250</Y>
</End>
<Connections>
<Connection>
<From>1</From>
<To>2</To>
</Connection>
<Connection>
<From>2</From>
<To>3</To>
</Connection>
</Connections>
</RAPTOR_program>
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.)