RPL/2
1 program
Added 2026-02-10T12:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: RPL2
Provenance: commit 79fcb91e0a · authored 2026-02-10T23:38:36+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Factorial
Provenance: commit 79fcb91e0a · authored 2026-02-10T23:38:36+01:00 · agent claude-code · model sonnet · WebSearch disabled
#!/usr/bin/rpl -s
factorial
<<
-> n
<<
1 n
1 - 0
for i
i 1 + *
next
>>
>>
5 factorial