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).
- 06:45, 22 February 2026 Notxnorand talk contribs created page LUCIFER (Created page with "== LUCIFER == LUCIFER is an esolang created by Notxnorand based on the 7 deadly sins as well as Dante's Inferno. === Command palette === - GREED(X, Y) :: Set the value of X to Y. - PRIDE(X) :: Print X - WRATH() :: End the program - GLUTTONY(X, Y) :: X mod Y - LUST(X, Y) :: Pick a number from X to Y inclusive. - ENVY(X) :: Get user input - SLOTH(X) :: Wait X seconds - REPENT(ID) :: Jump to the gate of ID. - GATE: ID :: Make a gate with ID - TREACH { ... } :: Loop code in...")
- 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