Bracmat
1 program
Added 2026-02-06T13:59:42.673162Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 1fca39a61f · authored 2026-02-06T15:00:37+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
Fibonacci Sequence
Provenance: commit 1fca39a61f · authored 2026-02-06T15:00:37+01:00 · agent claude-code · model sonnet · WebSearch disabled
(fib=
. !arg:<2
| fib$(!arg+-2)
+ fib$(!arg+-1)
);
out$(fib$10)