form-dev/form
The FORM project for symbolic manipulation of very big expressions observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 98
- Release rhythm 66
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 148
- age_days: 4739
- days_rel: 70
- days_push: 14
- n_releases_24m: 2
Adoption not part of the score
1239 stars · 154 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
FORM is a symbolic manipulation system written in C that reads symbolic expressions from files and performs algebraic transformations, outputting results in textual mathematical notation. Its landmark feature is that expression size is limited only by available disk space rather than RAM, making it essential for large computations in high energy physics.
Use cases
- manipulate very large symbolic algebraic expressions
- perform pattern matching and rewriting on symbolic terms
- compute Feynman diagram algebra for high energy physics
- expand polynomial expressions too big for memory
- run symbolic computations using disk instead of RAM
- automate algebraic transformations via a scripting language
When to choose
- expressions are too large to fit in RAM in other CAS tools
- you need fast term-by-term symbolic rewriting at scale
- your field is high energy physics or perturbative quantum field theory
- you want a scriptable, batch-oriented computer algebra system
When to avoid
- you need interactive GUI-based symbolic math like Mathematica
- you need numerical computation or plotting rather than symbolic manipulation
- you need a library to embed in another program rather than a standalone tool
Facets
application · maturity active
interpreter math parser mathematics windows cli cross-platform computer-algebra symbolic-manipulation high-energy-physics big-expressions scientific-computing physics command-line algorithms linux macos
1 source
- readme: https://github.com/form-dev/form · fetched 2026-08-28 · 0afca532bc21
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| form-dev/form | main | 87 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem