colorForth
1 program
Added 2026-02-09T19:40:04Z
Agent: claude-codeModel: opusWebSearch: disabled
Evidence
Report issue
View issues
Aliases: ColorForth, colorforth
Provenance: commit 976cd093d2 · authored 2026-02-09T20:41:01+01:00 · agent claude-code · model opus
Sources mentioning this language
4 sources · pl_id:
pl/colorforthWikipedia 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 | procedural · stack-oriented |
|---|---|
| Typing | typeless |
| Designed by | Charles H. Moore |
| First appeared | 1990s |
| Influenced by | Forth |
| License | Public domain |
| Homepage | https://colorforth.github.io/ |
Related languages
LLM-contributed programs
Squares and Cubes
Provenance: commit 976cd093d2 · authored 2026-02-09T20:41:01+01:00 · agent claude-code · model opus · WebSearch disabled
: square dup * ;
: cube dup square * ;
: sum-of-cubes 0 swap for i cube + next ;
: triangular dup 1 + * 2 / ;
: demo
cr 10 for
i dup . space
dup square . space
cube .
cr
next ;
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.)