We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
Main 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).
- 13:53, 22 June 2026 3angle talk contribs created page Machine (Created page with "Machine is an esoteric programming language made for creating machines. == Machines == Machines are usually used to test other esoteric programming languages here are some examples and what they test: {| class="wikitable" |- ! Name !! What they test |- | Truth machine || *input *output *comparison *flow control *unbounded repetition *termination |- | False machine || *input *output *comparison *flow control *unbounded repetition *termination |- | Ma...")
- 01:20, 22 June 2026 3angle talk contribs created page Talk:F,u,c,k. (Created page with "== Java Interpater == hey I just made a java interprater for this language: import java.util.Arrays; import java.util.List; import java.util.Scanner; public class EsolangInterpreter { public static void main(String[] args) { int accumulator = 0; String code = input(); List<Integer> toAsciiList = Arrays.asList(255, 127, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24 ,25, 26, 27, 28, 29, 30, 31, 128, 1...")
- 14:13, 21 June 2026 3angle talk contribs created page Gotolang (Created page with "= Gotolang = Gotolang is an esoteric programming language in which the primary instruction is goto (as the name suggests). == Syntax == * gotolang programs are line-oriented. Each line contains one instruction. Comments start with #. # Count from 0 to 4. set i 0 label loop lt i 5 if body goto done label body print i print "\n" add i 1 goto loop label done halt * Variables are created automatically and default to 0 when first read. Operands are e...")
- 13:35, 21 June 2026 3angle talk contribs created page User:3angle (Created page with "ummmmm, hello!")
- 12:56, 21 June 2026 User account 3angle talk contribs was created