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.

Talk:Calculation

From Esolang
Jump to navigation Jump to search

Wait this is turing complete, how, this only has 26 max variables

The variables have (seemingly) no limit, so they can be used for infinite storage. –PkmnQ (talk) 14:24, 12 June 2025 (UTC)

oh i figured it out

how you would do this

you would make a single variable be a list by making it have fixed length items, like for example, the list 12233445, each item is 2 digits long, so 12, 23, 34, 45, so you might wonder, how would i index in this, you see it has 4 elements, so it has 8 digits, so 100^0, 100^1, 100^2, and 100^3, are 45, 34, 23, and 12, if you divide the list by those numbers, and subtract that new value by the same value, mod 1, removing decimal, then moding it by 100, to get only that value

Arbitrary memory emulation? aadenboy (talk|contribs) 21:25, 14 June 2025 (UTC)