All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Esolang. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:51, 24 December 2025 Notxnorand talk contribs created page Talk:The End Of Time (Created page with "== An attempt == This is an attempt to program rule 110 var previous_pos = [0,0,0,0,0,0,0,0] if stack? { var i = pop if i == length(previous_pos)-1? { print(previous_pos) var output = pop print(output) } else? { if stack? { var output = pop } else? { var output = previous_pos } if previous_pos[i] == 1? {} if i == 0? { output[i] = 1 } else { if previous_pos[i-1] == 0? {...")
- 06:54, 24 December 2025 Notxnorand talk contribs created page The End Of Time (Created page with "= Overview = The End Of Time (TEOT) is an esolang created by Notxnorand on December 24<sup>th</sup> 2025.<br> <br> = Commands = * print(): :Prints to the console. print("Hello, World!") * if/elif/else?: :Conditional execution. if 0? { print(1) } elif 1<0? { print(2) } else? { print(3) } * var: :Variable assignment. var apples = 0 * input(): :Gets input from the user var name = input("Enter your name: ") * push: :Pushes a value to the end of the stack pus...")
- 04:23, 22 December 2025 User account Notxnorand talk contribs was created