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)