FriCAS
1 program
Added 2026-02-08T12:00:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit b32bdcc4f7 · authored 2026-02-08T17:41:51+01:00 · agent claude-code · model sonnet
Sources mentioning this language
3 sources · pl_id:
pl/fricasWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Designed by | Waldek Hebisch + independent group of people |
|---|---|
| License | Modified BSD License |
| Implemented in | SPAD · Aldor · Boot · Common Lisp |
| Homepage | https://fricas.github.io/ |
Extensions claimed by this language
2 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.input | wikidata | primary | 254.1K files |
.spad | wikidata | primary | 11.4K files |
Related languages
LLM-contributed programs
Derivative and Taylor Series
Provenance: commit b32bdcc4f7 · authored 2026-02-08T17:41:51+01:00 · agent claude-code · model sonnet · WebSearch disabled
-- Compute derivative and Taylor series expansion
-- This demonstrates symbolic differentiation in FriCAS
f := sin(x) * exp(x)
derivative := D(f, x)
-- Display the derivative
output("Derivative of sin(x)*exp(x):", derivative)
-- Compute Taylor series expansion around x=0
taylor := series(f, x=0)
-- Display first few terms
output("Taylor series:", taylor)
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.)