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:Stasis

From Esolang
Jump to navigation Jump to search

Too static ?

I think this language actually only has two variables; "A" and "not A". The "A" variable will be the first one assigned. The "not A" will be all the others, which will all have the same single value which can be calculated from how many of them there are and what the current value of "A" is.

Possibly saying that a variable doesn't exist until it's defined might help, though a multiple assignment operator "a,b = 2,3" would probably work best. Rdebath (talk) 09:09, 9 June 2014 (UTC)

Hm right, because the effect of changing one variable from x to y is to multiply all variables by y/x. --Ørjan (talk) 09:28, 9 June 2014 (UTC)