We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
Algebra (Archived)
(Redirected from Algebra)
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
Algebra is an esoteric programming language in which programs are mathematical functions.
Structure
Every Algebra program is an algebraic function mapping an input to an output. It is as simple as that. Such a function can be represented as an array of numbers, e.g. [1, 2, 3] would mean 1 + 2x + 3x^2.