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).
- 16:43, 1 April 2026 Dulph talk contribs created page User:Dulph (Created page)
- 16:40, 1 April 2026 Dulph talk contribs created page 2D-Reversable 2/Python Implementation (Created page)
- 16:37, 1 April 2026 Dulph talk contribs created page 2D-Reversable 2 (Created page)
- 15:26, 1 April 2026 Dulph talk contribs created page 2D-Reversable/Python Implementation (Created page with "Original (and ugly) implementation of 2D-Reversable by User:Dulph class BiReversableError(Exception): pass prog = input() prog.replace("\t","") prog=prog.split("\n") endProg = [] for i in prog: endProg.append(i.split(" ")) variables={} direction = [0, 1] c1=0 c2=0 while c1 >= 0 and c2 >= 0 and c1 < len(endProg) and c2 < len(endProg[c1]): if endProg[c1][c2] == "UP": direction = [-1, 0] elif endProg[c1][c2] == "DOWN": direction = [1, 0]...")
- 15:24, 1 April 2026 Dulph talk contribs created page 2D-Reversable (Created page)
- 14:51, 1 April 2026 Dulph talk contribs created page Reversable/Python Implementation (Created page)
- 14:49, 1 April 2026 Dulph talk contribs created page Reversable (Created the page about Reversable (language was fully created today))
- 08:23, 1 April 2026 Dulph talk contribs created page Talk:Calculator (Created page with "==Missing labels== This page seems to miss a description of Calculator labels and the a.? example (even though it is used in the truth machine code). Anyone knows where this could be found ? -Dulph 8:21 01 April 2026 (UTC)")
- 18:42, 30 March 2026 User account Dulph talk contribs was created