Skip to main content
deleted 89 characters in body
Source Link
Zach Gates
  • 6.7k
  • 31
  • 75
["", 0] # default stack ["", 0, ""] # ' # read input from command line ["", 0, "", 2] # 2 # push 2 to the stack ["", 0, "", 2, "3"] # "3" # push "3" to the stack ["", 0, "", 2, "3", "1"] # "1" # push "1" to the stack ["", 0, "", 2, "3", "1", 1] # 1 # push 1 to the stack [0, "", 2, "3", "1", 1, ""] # < # rotate the stack leftwards ["", 2, "3", "1", 1, "", 0] # < # rotate the stack leftwards ["", 2, "3", "1", 1, "", 0, 1] # 1 # push 1 to the stack [1, "", 2, "3", "1", 1, "", 0] # > # rotate the stack rightward [1, "", 2, "3", "1", 1, 0, ""] # ; # swap the top two stack elements [1, "", 2, "3", "1", 1, "", 0] # ; # swap the top two stack elements [1, "", 2, "3", "1", 1, "", 0, ""] # ' # read input from command line [1, "", 2, "3", "1", 1, "", 0, "", 2] #  2 "2" # push 2 to the stack [1, "", 2, "3", "1", 1, "", 0, "", 2, "3"] # "3" 3  # push "3" to the stack [1, "", 2, "3", "1", 1, "", 0, "", "3", 2] # ; # swap the top two stack elements 
[] # default stack ['2] # '2 # push the character code of "2" to the stack ['2, "3"] # "3" # push "3" to the stack ['2, "3", "1"] # "1" # push "1" to the stack ['2, "3", "1", 1] # 1 # push 1 to the stack ['2, "3", "1"] # < # leave the greater of the top two stack elements on the stack ['2, 0] # < # leave the greater of the top two stack elements on the stack ['2, 0, 1] # 1 # push 1 to the stack ['2, 1] # > # leave the lesser of the top two stack elements on the stack ['2] # ; # pop the top stack value [] # ; # pop the top stack value ['2] #  '2 "2" # push the character code of "2" to the stack ['2, "3"] # "3" 3  # push "3" to the stack ['2] # ; # pop the top stack item 
["", 0] # default stack ["", 0, ""] # ' # read input from command line ["", 0, "", 2] # 2 # push 2 to the stack ["", 0, "", 2, "3"] # "3" # push "3" to the stack ["", 0, "", 2, "3", "1"] # "1" # push "1" to the stack ["", 0, "", 2, "3", "1", 1] # 1 # push 1 to the stack [0, "", 2, "3", "1", 1, ""] # < # rotate the stack leftwards ["", 2, "3", "1", 1, "", 0] # < # rotate the stack leftwards ["", 2, "3", "1", 1, "", 0, 1] # 1 # push 1 to the stack [1, "", 2, "3", "1", 1, "", 0] # > # rotate the stack rightward [1, "", 2, "3", "1", 1, 0, ""] # ; # swap the top two stack elements [1, "", 2, "3", "1", 1, "", 0] # ; # swap the top two stack elements [1, "", 2, "3", "1", 1, "", 0, ""] # ' # read input from command line [1, "", 2, "3", "1", 1, "", 0, "", 2] #  2 # push 2 to the stack [1, "", 2, "3", "1", 1, "", 0, "", 2, "3"] # "3" # push "3" to the stack [1, "", 2, "3", "1", 1, "", 0, "", "3", 2] # ; # swap the top two stack elements 
[] # default stack ['2] # '2 # push the character code of "2" to the stack ['2, "3"] # "3" # push "3" to the stack ['2, "3", "1"] # "1" # push "1" to the stack ['2, "3", "1", 1] # 1 # push 1 to the stack ['2, "3", "1"] # < # leave the greater of the top two stack elements on the stack ['2, 0] # < # leave the greater of the top two stack elements on the stack ['2, 0, 1] # 1 # push 1 to the stack ['2, 1] # > # leave the lesser of the top two stack elements on the stack ['2] # ; # pop the top stack value [] # ; # pop the top stack value ['2] #  '2 # push the character code of "2" to the stack ['2, "3"] # "3" # push "3" to the stack ['2] # ; # pop the top stack item 
["", 0] # default stack ["", 0, ""] # ' # read input from command line ["", 0, "", 2] # 2 # push 2 to the stack ["", 0, "", 2, "3"] # "3" # push "3" to the stack ["", 0, "", 2, "3", "1"] # "1" # push "1" to the stack ["", 0, "", 2, "3", "1", 1] # 1 # push 1 to the stack [0, "", 2, "3", "1", 1, ""] # < # rotate the stack leftwards ["", 2, "3", "1", 1, "", 0] # < # rotate the stack leftwards ["", 2, "3", "1", 1, "", 0, 1] # 1 # push 1 to the stack [1, "", 2, "3", "1", 1, "", 0] # > # rotate the stack rightward [1, "", 2, "3", "1", 1, 0, ""] # ; # swap the top two stack elements [1, "", 2, "3", "1", 1, "", 0] # ; # swap the top two stack elements [1, "", 2, "3", "1", 1, "", 0, "", 2] # "2" # push 2 to the stack [1, "", 2, "3", "1", 1, "", 0, "", 2, "3"] #  3  # push "3" to the stack [1, "", 2, "3", "1", 1, "", 0, "", "3", 2] # ; # swap the top two stack elements 
[] # default stack ['2] # '2 # push the character code of "2" to the stack ['2, "3"] # "3" # push "3" to the stack ['2, "3", "1"] # "1" # push "1" to the stack ['2, "3", "1", 1] # 1 # push 1 to the stack ['2, "3", "1"] # < # leave the greater of the top two stack elements on the stack ['2, 0] # < # leave the greater of the top two stack elements on the stack ['2, 0, 1] # 1 # push 1 to the stack ['2, 1] # > # leave the lesser of the top two stack elements on the stack ['2] # ; # pop the top stack value [] # ; # pop the top stack value ['2] # "2" # push the character code of "2" to the stack ['2, "3"] #  3  # push "3" to the stack ['2] # ; # pop the top stack item 
added 1 character in body
Source Link
Zach Gates
  • 6.7k
  • 31
  • 75

Milky Way 1.0.2, CJam and STXTRM, 1920 bytes / 3^3 = 0.703741

2"3""1"1<<1>;;"2"3;'2"3""1"1<<1>;;"2"3; 

Milky Way 1.0.2, CJam and STXTRM, 19 bytes / 3^3 = 0.703

2"3""1"1<<1>;;"2"3; 

Milky Way 1.0.2, CJam and STXTRM, 20 bytes / 3^3 = 0.741

'2"3""1"1<<1>;;"2"3; 
deleted 1 character in body
Source Link
Zach Gates
  • 6.7k
  • 31
  • 75

Milky Way v11.0.2, CJam and STXTRM, 19 bytes / 3^3 = 0.703

Milky Way v1.0.2, CJam and STXTRM, 19 bytes / 3^3 = 0.703

Milky Way 1.0.2, CJam and STXTRM, 19 bytes / 3^3 = 0.703

added 11 characters in body
Source Link
Zach Gates
  • 6.7k
  • 31
  • 75
Loading
deleted 4 characters in body
Source Link
SuperJedi224
  • 12k
  • 2
  • 46
  • 68
Loading
Rollback to Revision 1
Source Link
SuperJedi224
  • 12k
  • 2
  • 46
  • 68
Loading
deleted 4 characters in body
Source Link
SuperJedi224
  • 12k
  • 2
  • 46
  • 68
Loading
Source Link
Zach Gates
  • 6.7k
  • 31
  • 75
Loading