ECLiPSe

1 program Added 2026-02-08T00:00:00Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Eclipse CLP, ECLiPSe CLP
Provenance: commit d878605211 · authored 2026-02-08T15:03:44+01:00 · agent claude-code · model sonnet

Sources mentioning this language

6 sources · pl_id: pl/eclipse
LLM (this repo) · 1LinguistPygmentsWikipediaHyperpolyglotWikidata · Q163468

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

Paradigmslogic
Typinguntyped (its single data type is "term")
Designed byAlain Colmerauer
First appeared1972
Influenced byPlanner
Homepagehttps://www.iso.org/standard/21413.html

Extensions claimed by this language

5 claims. Each row is one upstream assertion with its strength. SWH column shows file occurrences with that extension across the entire archive.
ExtensionSourceStrengthSWH
.ecllinguistprimary201.6K files
.eclpygmentsprimary201.6K files
.plpygmentssecondary5.4M files
.propygmentssecondary3.4M files
.prologpygmentssecondary11.7K files

Related languages

Clite (0.15)Eclair (0.15)Control Language (0.15)Clipper (0.14)Ecere (0.14)

LLM-contributed programs

N-Queens Solver

Provenance: commit d878605211 · authored 2026-02-08T15:03:44+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.ecl · added: 2026-02-08T00:00:00Z
:- lib(ic).

queens(N, Board) :-
    length(Board, N),
    Board :: 1..N,
    ( for(I,1,N), param(Board) do
        ( for(J,I+1,N), param(Board,I) do
            Board[I] #\= Board[J],
            Board[I] - Board[J] #\= I - J,
            Board[I] - Board[J] #\= J - I
        )
    ),
    labeling(Board).

solve_queens(N) :-
    queens(N, Board),
    writeln(Board).

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.
RuleExtKindPredicates (truncated)
h/linguist/.ecl/0.eclpredicates[{"kind": "any", "regexes": ["^[^#]+:-"]}]

Contribute — propose a file extension

Tell us where to find evidence about ECLiPSe (mapped to pl/eclipse). 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/ECLiPSe/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← eclectic-csp eclipse-command-language →