LYaPAS
1 program
Added 2026-02-07T16:21:11Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: LIAPAS
Provenance: commit eacaa9a53f · authored 2026-02-07T17:21:48+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/lyapasWikipedia 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 | functional · structured · modular |
|---|---|
| Typing | dynamic |
| Designed by | Arkady D.Zakrevskij |
| First appeared | 1964 |
Related languages
LLM-contributed programs
Factorial
Provenance: commit eacaa9a53f · authored 2026-02-07T17:21:48+01:00 · agent claude-code · model sonnet · WebSearch disabled
НАЧАЛО
ПЕРЕМЕННЫЕ: N, ФАКТ, I
ВВОД N
ФАКТ := 1
I := 1
ПОКА I <= N ЦИКЛ
ФАКТ := ФАКТ * I
I := I + 1
КЦ
ВЫВОД ФАКТ
КОНЕЦ
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.)