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.
Matrix (data structure)
Jump to navigation
Jump to search
- Not to be confused with Matrix.
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
A matrix is a data structure that can serve as an esoteric programming language's memory. The number of matrices may vary. Many languages have other methods of data storing as well.
Structure
The matrix is a grid-like data structure. Both the width and height are finite and usually square.