Flower (Archived)
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.
Flower is a programming language. Programs simply consist of a seed for a random number generator.
Structure
A Flower program consists of a seed for a random number generator. The seed is used to generate an array of integers, which is then treated like an infinite polynomial. For example, if you end up with [3, 2, 4, 1, ...], you get the mathematical function 3 + 2x + 4x^2 + x^3...
Computational class
No random number generator can ever possibly generate all infinite sequences, as there are as many infinite sequences as there are real numbers, while seeds must be finite and thus correspond to integers.