Algebra (Archived)

From Esolang
Jump to navigation Jump to search
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.